From dc0f90ab01d446f69de6a39f93bda82287353739 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 1 Sep 2021 20:14:51 -0400 Subject: [PATCH] notcurses_input.3: mention kitty keyboard protocol #2131 --- doc/man/man3/notcurses_input.3.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/man/man3/notcurses_input.3.md b/doc/man/man3/notcurses_input.3.md index 2f8b3b6e9d..20997ca668 100644 --- a/doc/man/man3/notcurses_input.3.md +++ b/doc/man/man3/notcurses_input.3.md @@ -150,6 +150,9 @@ descriptor returned by **notcurses_inputready_fd** to ensure compatibility with future versions of Notcurses (it is possible that future versions will process input in their own contexts). +When support is detected, the Kitty keyboard disambiguation protocol will be +requested. This eliminates most of the **BUGS** mentioned below. + # BUGS Failed escape sequences are not yet played back in their entirety; only an @@ -167,6 +170,9 @@ in the future. Ctrl pressed along with 'J' or 'M', whether Shift is pressed or not, currently registers as **NCKEY_ENTER**. This will likely change in the future. +When the Kitty keyboard disambiguation protocol is used, most of these issues +are resolved. + # SEE ALSO **poll(2)**,