pub static ALTERNATE_ESC_VAR: ContextVar<Txt>Expand description
Alternate prefix that is parsed as '\x1b' when it marks the start of an ANSI sequence.
Is r"\x1b" by default.
pub static ALTERNATE_ESC_VAR: ContextVar<Txt>Alternate prefix that is parsed as '\x1b' when it marks the start of an ANSI sequence.
Is r"\x1b" by default.