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