From dac6f88453ed97097f543c1db4181e70480eb6a5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 28 Dec 2024 08:08:09 +0530 Subject: [PATCH] Cleanup previous PR --- docs/graphics-protocol.rst | 6 ++---- docs/keyboard-protocol.rst | 7 ++++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 1a4402779..36a9304d0 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -57,7 +57,7 @@ Libraries: Other terminals that have implemented the graphics protocol: -* `Ghostty `_ +* `Ghostty `_ * `Konsole `_ * `wayst `_ * `WezTerm `_ @@ -416,9 +416,7 @@ use the *query action*, set ``a=q``. Then the terminal emulator will try to load the image and respond with either OK or an error, as above, but it will not replace an existing image with the same id, nor will it store the image. -As of May 2023, kitty has a complete implementation of this protocol and -WezTerm has a mostly complete implementation. Konsole and wayst have partial -support. We intend that any terminal emulator that wishes to support it can do so. To +We intend that any terminal emulator that wishes to support it can do so. To check if a terminal emulator supports the graphics protocol the best way is to send the above *query action* followed by a request for the `primary device attributes `_. If you get back an diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 3894c7285..8e61baed3 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -34,11 +34,12 @@ 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 `alacritty terminal `__ -* The `rio terminal `__ +* The `ghostty terminal `__ +* The `foot terminal `__ * The `iTerm2 terminal `__ +* The `rio terminal `__ +* The `WezTerm terminal `__ Libraries implementing this protocol: