Skip to main content

cha

Function cha 

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

CUP to column only: CSI col G (1-indexed)

Moves cursor to column on current row.