st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit 636edb09c2dfe9f7216820b85e0cc1179b5ed2b7
parent 708cdada9614a8a53433754082f11e8e41ceced1
Author: bakkeby <bakkeby@gmail.com>
Date:   Mon, 29 Mar 2021 10:26:04 +0200

Addressing relativeborder plus ligatures combo conflict

Diffstat:
Mhb.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hb.c b/hb.c @@ -2,9 +2,9 @@ #include <stdio.h> #include <math.h> #include <X11/Xft/Xft.h> +#include <time.h> #include <hb.h> #include <hb-ft.h> - #include "st.h" void hbtransformsegment(XftFont *xfont, const Glyph *string, hb_codepoint_t *codepoints, int start, int length);