Kitty Graphics Protocol

Screenshot

Description

This patch implements a subset of the kitty graphics protocol in st. For more details, refer to the st-graphics repository.

Notes

diff --git a/x.c b/x.c
index e0925c4..cd86fdf 100644
--- a/x.c
+++ b/x.c
@@ -1691,3 +1691,3 @@ xdrawglyphfontspecs(const XftGlyphFontSpec *specs, Glyph base, int len, int x, i
        /* Integer thickness in pixels. Must not be 0. */
-       int thick = MAX(1, roundf(fthick));
+       int thick = 1;
        /* The default gap between the baseline and a single underline. */

Patch Compatibility

Download

Author