Skip to content

Commit

Permalink
notcurses_input.3: mention kitty keyboard protocol #2131
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Sep 2, 2021
1 parent 1cac731 commit dc0f90a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/man/man3/notcurses_input.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)**,
Expand Down

0 comments on commit dc0f90a

Please sign in to comment.