Moves the cursor to the specified col on the current line (1-based).
col
@override void cursorToColumn(int col) => _output.cursorToColumn(col);