pub fn write_hpr<W: Write>(w: &mut W, n: u16) -> Result<()>
Move horizontally right by n columns with HPR, ESC [ <n> a.
n
ESC [ <n> a
n == 0 emits nothing and n == 1 omits the parameter.
n == 0
n == 1