[kitty] enable keyboard feature 8

pull/2250/head
nick black 3 years ago
parent 238c444f02
commit 8632a23484
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -318,10 +318,9 @@ init_terminfo_esc(tinfo* ti, const char* name, escape_e idx,
// which can be identified directly, sans queries. // which can be identified directly, sans queries.
#define KITTYQUERY "\x1b_Gi=1,a=q;\x1b\\" #define KITTYQUERY "\x1b_Gi=1,a=q;\x1b\\"
// request kitty keyboard protocol through level 1, first pushing current. // request kitty keyboard protocol features 1, 2, and 8, first pushing current.
// see https://sw.kovidgoyal.net/kitty/keyboard-protocol/#progressive-enhancement // see https://sw.kovidgoyal.net/kitty/keyboard-protocol/#progressive-enhancement
// FIXME go to level 11, but first need handle all functional keys #define KBDSUPPORT "\x1b[=11u"
#define KBDSUPPORT "\x1b[=3u"
// the kitty keyboard protocol allows unambiguous, complete identification of // the kitty keyboard protocol allows unambiguous, complete identification of
// input events. this queries for the level of support. we want to do this // input events. this queries for the level of support. we want to do this

Loading…
Cancel
Save