From 7997295d4c4aa2d51e624f8483ce7f510c008699 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 2 Sep 2021 12:49:17 +0530 Subject: [PATCH] Make a section about terminals implementing the graphics protocol --- docs/graphics-protocol.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 42dc906bd..95755badf 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -43,6 +43,10 @@ Some programs and libraries that use the kitty graphics protocol: * `rasterm `_ - Go library to display images in the terminal * `chafa `_ - a terminal image viewer +Other terminals that have implemented the graphics protocol: + +* `WezTerm `_ + Getting the window size -------------------------