Skip to main content

ESC

Constant ESC 

Source
pub const ESC: u8 = 0x1B;
Expand description

Escape control byte 0x1b; introduces 7-bit escape sequences such as CSI (ESC [) and OSC (ESC ]).