pub fn write_vpr<W: Write>(w: &mut W, n: u16) -> Result<()>
Move vertically down by n rows with VPR, ESC [ <n> e.
n
ESC [ <n> e
n == 0 emits nothing and n == 1 omits the parameter.
n == 0
n == 1