pub const BACKARROW_KEY_MODE: Type = 7;
Backarrow key mode (value: bool) See https://vt100.net/dec/ek-vt3xx-tp-002.pdf page 170 If false (the default), backspace emits 0x7f If true, backspace emits 0x08
false
backspace
true