term: rename: KITTY_KBD_MASK -> KITTY_KBD_SUPPORTED

This commit is contained in:
Daniel Eklöf 2021-11-22 22:42:49 +01:00
parent 546bcd66b7
commit 8f38cd486f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 3 additions and 3 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_MASK = 0x1f,
KITTY_KBD_SUPPORTED = KITTY_KBD_DISAMBIGUATE,
};
struct grid {