Skip to main content

write_hpa

Function write_hpa 

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

Move to an absolute horizontal position with HPA, ESC [ <col+1> ` .

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