Add Ghosttty to list of terminals implementing the graphics protocol

Ghostty 1.0 was just released. It implements the Kitty Graphics Protocol. I used a link to the specific code that implements the prototocol. Alternatively, could use the feature page https://ghostty.org/docs/features or home page https://ghostty.org
This commit is contained in:
Peter Bronez
2024-12-27 13:54:50 -05:00
committed by GitHub
parent fa6ae712a3
commit 4b5ccc2911

View File

@@ -57,6 +57,7 @@ Libraries:
Other terminals that have implemented the graphics protocol:
* `Ghostty <https://github.com/ghostty-org/ghostty/blob/a8e5eef11cc67f87f445626f9ca2993373774bf8/src/terminal/kitty/graphics.zig#L4>`_
* `Konsole <https://invent.kde.org/utilities/konsole/-/merge_requests/594>`_
* `wayst <https://github.com/91861/wayst>`_
* `WezTerm <https://github.com/wez/wezterm/issues/986>`_