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