pub fn write_hvp<W: Write>(w: &mut W, row: u16, col: u16) -> Result<()>Expand description
Move the cursor with HVP, ESC [ <row+1> ; <col+1> f.
Arguments are zero-based API coordinates. The writer uses the same omission rules as write_cup but with final byte f.