cursorRight method

void cursorRight()

Moves the cursor one position to the right.

Implementation

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