Note that the rio terminal also supports the kitty keyboard protocol

This commit is contained in:
Kovid Goyal 2023-12-21 08:07:27 +05:30
parent ec8b7853c5
commit 5dfe4427cf
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -37,6 +37,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 `rio terminal <https://github.com/raphamorim/rio/commit/cd463ca37677a0fc48daa8795ea46dadc92b1e95>`__
* The `notcurses library
<https://github.com/dankamongmen/notcurses/issues/2131>`__
* The `crossterm library