Skip to main content

ALTERNATE_ESC_VAR

Static ALTERNATE_ESC_VAR 

Source
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.