Revert "patch: ligatures-scrollback-ringbuffer"

This reverts commit ab0590b48a.
This commit is contained in:
2026-01-01 13:46:17 -05:00
parent 77accdfa1f
commit 1369487bb8
14 changed files with 399 additions and 1223 deletions

15
hb.h
View File

@@ -1,15 +0,0 @@
#include <X11/Xft/Xft.h>
#include <hb.h>
#include <hb-ft.h>
typedef struct {
hb_buffer_t *buffer;
hb_glyph_info_t *glyphs;
hb_glyph_position_t *positions;
unsigned int count;
} HbTransformData;
void hbunloadfonts();
void hbtransform(HbTransformData *, XftFont *, const Glyph *, int, int);
void hbcleanup(HbTransformData *);