Moves the cursor to the specified row and col (1-based).
row
col
@override void moveCursor(int row, int col) { if (supportsAnsi) write(Ansi.cursorTo(row, col)); }