From 5dfe4427cfd1db063b2fa9d8c50d787fa52b0c49 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 21 Dec 2023 08:07:27 +0530 Subject: [PATCH] Note that the rio terminal also supports 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 5bcea12aa..ccb69ffe4 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -37,6 +37,7 @@ In addition to kitty, this protocol is also implemented in: * The `foot terminal `__ * The `WezTerm terminal `__ * The `alacritty terminal `__ +* The `rio terminal `__ * The `notcurses library `__ * The `crossterm library