pub fn cup<W: Write>(w: &mut W, row: u16, col: u16) -> Result<()>
CUP (Cursor Position): CSI row ; col H (1-indexed)
CSI row ; col H
Moves cursor to absolute position. Row and col are 0-indexed input, converted to 1-indexed for ANSI.