Another terminal emulator adds support for the kitty keyboard protocol

This commit is contained in:
Kovid Goyal
2023-12-06 16:32:27 +05:30
parent 392a301cd8
commit 22ac57c374

View File

@@ -36,6 +36,7 @@ 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 `alacritty terminal <https://github.com/alacritty/alacritty/pull/7125>`__
* The `notcurses library
<https://github.com/dankamongmen/notcurses/issues/2131>`__
* The `crossterm library