From 86797ff96d73eef7c8a56ed443fabd98553805ae Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 21 Aug 2024 20:46:05 +0530 Subject: [PATCH] Fix #7763 --- docs/keyboard-protocol.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index af1ca1da0..c27889fcc 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -38,11 +38,15 @@ In addition to kitty, this protocol is also implemented in: * The `WezTerm terminal `__ * The `alacritty terminal `__ * The `rio terminal `__ -* The `notcurses library - `__ -* The `crossterm library - `__ + +Libraries implementing this protocol: + +* The `notcurses library `__ +* The `crossterm library `__ * The `textual library `__ + +Programs implementing this protocol: + * The `Vim text editor `__ * The `Emacs text editor via the kkp package `__ * The `Neovim text editor `__ @@ -52,6 +56,10 @@ In addition to kitty, this protocol is also implemented in: * The `far2l file manager `__ * The `Yazi file manager `__ * The `awrit web browser `__ +* The `Turbo Vision `/`Free Vision `__ IDEs + +Shells implementing this protocol: + * The `nushell shell `__ * The `fish shell `__