Moves the cursor right by cols columns.
cols
@override void cursorRight([int cols = 1]) { if (supportsAnsi) write(Ansi.cursorRightBy(cols)); }