Skip to main content

write_hpr

Function write_hpr 

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

Move horizontally right by n columns with HPR, ESC [ <n> a.

n == 0 emits nothing and n == 1 omits the parameter.