pub const ESC: u8 = 0x1B;
Escape control byte 0x1b; introduces 7-bit escape sequences such as CSI (ESC [) and OSC (ESC ]).
0x1b
ESC [
ESC ]