Skip to main content

write_cha

Function write_cha 

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

Move the cursor to an absolute column with CHA, ESC [ <col+1> G.

col is zero-based; col == 0 emits the shorter ESC [ G.