Add a note that WezTerm implements the kitty keyboard protocol as well

This commit is contained in:
Kovid Goyal 2022-06-23 11:22:01 +05:30
parent 560b78bc35
commit 17f67fbe28
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -35,6 +35,7 @@ inside the kitty terminal to report key events.
In addition to kitty, this protocol is also implemented in:
* The `foot terminal <https://codeberg.org/dnkl/foot/issues/319>`__
* The `WezTerm terminal <https://wezfurlong.org/wezterm/config/lua/config/enable_kitty_keyboard.html>`__
* The `notcurses library
<https://github.com/dankamongmen/notcurses/issues/2131>`__
* The `neovim text editor <https://github.com/neovim/neovim/pull/18181>`__