From 22ac57c374b3051f3c2e2ea56976e26a4bcd2b3f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 6 Dec 2023 16:32:27 +0530 Subject: [PATCH] Another terminal emulator adds support for the kitty keyboard protocol --- docs/keyboard-protocol.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 94c7019ab..f6bbf3ea8 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -36,6 +36,7 @@ In addition to kitty, this protocol is also implemented in: * The `foot terminal `__ * The `WezTerm terminal `__ +* The `alacritty terminal `__ * The `notcurses library `__ * The `crossterm library