From 29b3d49cd59a2a30ac9723f942e37b0915466733 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 26 Jul 2022 07:45:57 +0530 Subject: [PATCH] Note that the crossterm library has added support for the kitty keyboard protocol --- docs/keyboard-protocol.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 7b88e01db..f6946d68e 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -38,6 +38,8 @@ In addition to kitty, this protocol is also implemented in: * The `WezTerm terminal `__ * The `notcurses library `__ +* The `crossterm library + `__ * The `neovim text editor `__ * The `kakoune text editor `__ * The `dte text editor `__