Skip to main content

cup

Function cup 

Source
pub fn cup<W: Write>(w: &mut W, row: u16, col: u16) -> Result<()>
Expand description

CUP (Cursor Position): CSI row ; col H (1-indexed)

Moves cursor to absolute position. Row and col are 0-indexed input, converted to 1-indexed for ANSI.