input: kitty: add support for the “report event” mode (0b10)

This commit is contained in:
Daniel Eklöf 2021-11-28 18:45:28 +01:00
parent 71606009fd
commit 30f60259cc
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 39 additions and 14 deletions

View file

@ -133,7 +133,7 @@ enum kitty_kbd_flags {
KITTY_KBD_REPORT_ALTERNATE = 0x04,
KITTY_KBD_REPORT_ALL = 0x08,
KITTY_KBD_REPORT_ASSOCIATED = 0x10,
KITTY_KBD_SUPPORTED = KITTY_KBD_DISAMBIGUATE,
KITTY_KBD_SUPPORTED = KITTY_KBD_DISAMBIGUATE | KITTY_KBD_REPORT_EVENT,
};
struct grid {