showCursor method
void
showCursor()
Sends the sequence to show the terminal cursor.
Implementation
void showCursor() => backend.write(showCursorSequence);
Sends the sequence to show the terminal cursor.
void showCursor() => backend.write(showCursorSequence);