Add ligature support

This commit is contained in:
2021-02-21 17:52:46 +01:00
parent fec471f0ec
commit 46d49c2f77
7 changed files with 26 additions and 10 deletions

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);