Skip to main content

write_cht

Function write_cht 

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

Advance n horizontal tab stops with CHT, ESC [ <n> I.

n == 0 emits nothing and n == 1 emits ESC [ I.