Const
C0: Escape (ESC)
ESC
Alters the meaning of a limited number of following bytes. Nowadays this is almost always used to introduce an ANSI escape sequence.
`0x1B` Copy
`0x1B`
`[` Copy
`[`
https://en.wikipedia.org/wiki/C0_and_C1_control_codes
C0: Escape (
ESC)Alters the meaning of a limited number of following bytes. Nowadays this is almost always used to introduce an ANSI escape sequence.