Moves the cursor to the specified col on the current line (1-based).
col
@override void cursorToColumn(int col) { if (supportsAnsi) write(Ansi.cursorToColumn(col)); }