From 17f67fbe28ea678104d55a905abbc6fdaf6d5a51 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 23 Jun 2022 11:22:01 +0530 Subject: [PATCH] Add a note that WezTerm implements the kitty keyboard protocol as well --- docs/keyboard-protocol.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 00b7fee5c..7b88e01db 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -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 `__ +* The `WezTerm terminal `__ * The `notcurses library `__ * The `neovim text editor `__