pub const DEFAULT_ESCAPE_BYTE: u8 = 0x01;
Default escape byte for the command-key parser: ^A (0x01), matching the documented CLI default.
^A
0x01