Apply scrollback patch

This commit is contained in:
2021-02-21 17:44:15 +01:00
parent d8304808c4
commit fec471f0ec
5 changed files with 245 additions and 27 deletions

7
.suckless/st/hb.h Normal file
View File

@@ -0,0 +1,7 @@
#include <X11/Xft/Xft.h>
#include <hb.h>
#include <hb-ft.h>
void hbunloadfonts();
void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int);