cursorUp method

void cursorUp()
inherited

Moves the cursor one position up.

Implementation

void cursorUp() => stdout.write(ansiCursorUp);