showCursor method

void showCursor()

Sends the sequence to show the terminal cursor.

Implementation

void showCursor() => backend.write(showCursorSequence);