pub fn write_tbc<W: Write>(w: &mut W, n: u16) -> Result<()>Expand description
Clear tab stops with TBC, ESC [ <n> g.
n == 0 emits ESC [ g and clears the current-column tab stop. n == 3 clears all tab stops; other values are emitted as provided.