Moves the cursor right by cols columns.
cols
@override void cursorRight([int cols = 1]) => _output.cursorRight(cols);