Moves the cursor to the specified row and col (1-based).
row
col
@override void moveCursor(int row, int col) => _output.moveCursor(row, col);