Skip to main content

write_vpr

Function write_vpr 

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

Move vertically down by n rows with VPR, ESC [ <n> e.

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