Skip to main content

write_vpa

Function write_vpa 

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

Move the cursor to an absolute row with VPA, ESC [ <row+1> d.

row is zero-based; row == 0 emits the shorter ESC [ d.