cursorRight method

void cursorRight()
inherited

Moves the cursor one position to the right.

Implementation

void cursorRight() => stdout.write(ansiCursorRight);