Skip to main content

write_tab

Function write_tab 

Source
pub fn write_tab<W: Write>(w: &mut W) -> Result<()>
Expand description

Write a literal horizontal tab byte, HT (0x09).

This is not a CSI sequence; the terminal advances according to its current tab stops.