cursorUp method

void cursorUp()

Moves the cursor one position up.

Implementation

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