pub fn write_cht<W: Write>(w: &mut W, n: u16) -> Result<()>
Advance n horizontal tab stops with CHT, ESC [ <n> I.
n
ESC [ <n> I
n == 0 emits nothing and n == 1 emits ESC [ I.
n == 0
n == 1
ESC [ I