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