Adding ligature patch

https://st.suckless.org/patches/ligatures/
-> st-ligatures-alpha-scrollback-0.9
This commit is contained in:
2023-12-31 14:12:55 +01:00
parent 94cd9d4927
commit 3454623c49
8 changed files with 317 additions and 120 deletions

2
win.h
View File

@@ -25,7 +25,7 @@ enum win_mode {
void xbell(void);
void xclipcopy(void);
void xdrawcursor(int, int, Glyph, int, int, Glyph);
void xdrawcursor(int, int, Glyph, int, int, Glyph, Line, int);
void xdrawline(Line, int, int, int);
void xfinishdraw(void);
void xloadcols(void);