pub fn write_tab<W: Write>(w: &mut W) -> Result<()>
Write a literal horizontal tab byte, HT (0x09).
HT
0x09
This is not a CSI sequence; the terminal advances according to its current tab stops.