cursorLeft method

void cursorLeft()

Moves the cursor one position to the left.

Implementation

void cursorLeft() => stdout.write(ansiCursorLeft);