From a31c70bc2f86533862ec70b4a395b40901d2ab80 Mon Sep 17 00:00:00 2001 From: btpence <44478307+btpence@users.noreply.github.com> Date: Fri, 28 Aug 2026 11:45:14 -0500 Subject: [PATCH] Add AbsoluteTelnet/SSH to graphics protocol documentation Added AbsoluteTelnet/SSH as a terminal implementing the graphics protocol. Absolute supports the full suite of features of the kitty graphics protocol. See https://www.celestialsoftware.net/kitty-graphics-protocol for examples. --- docs/graphics-protocol.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 7e2ad4050..68012a3ce 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -66,6 +66,7 @@ Libraries: Other terminals that have implemented the graphics protocol: +* `AbsoluteTelnet/SSH `_ * `Ghostty `_ * `Konsole `_ * `Mobile SSH `_