Skip to main content

write_backtab

Function write_backtab 

Source
pub fn write_backtab<W: Write>(w: &mut W, n: u16) -> Result<()>
Expand description

Move backward by n tab stops with CBT, ESC [ <n> Z.

n == 0 emits nothing, n == 1 emits ESC [ Z, and larger counts include the decimal count.