term: kitty kbd: fix typo: ‘BKD’ -> ‘KBD’

This commit is contained in:
Daniel Eklöf 2021-11-16 19:55:23 +01:00
parent c3fda01554
commit 3c01eb48dc
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -130,7 +130,7 @@ struct sixel {
enum kitty_kbd_flags {
KITTY_KBD_DISAMBIGUATE = 0x01,
KITTY_KBD_REPORT_EVENT = 0x02,
KITTY_BKD_REPORT_ALTERNATE = 0x04,
KITTY_KBD_REPORT_ALTERNATE = 0x04,
KITTY_KBD_REPORT_ALL = 0x08,
KITTY_KBD_REPORT_ASSOCIATED = 0x10,
KITTY_KBD_MASK = 0x1f,