cursorLeft method

void cursorLeft()
inherited

Moves the cursor one position to the left.

Implementation

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