pub fn write_backtab<W: Write>(w: &mut W, n: u16) -> Result<()>
Move backward by n tab stops with CBT, ESC [ <n> Z.
n
ESC [ <n> Z
n == 0 emits nothing, n == 1 emits ESC [ Z, and larger counts include the decimal count.
n == 0
n == 1
ESC [ Z