Patch ligatures

This commit is contained in:
Hektor Misplon
2020-05-07 15:51:18 +00:00
parent ebd303aff1
commit db594586bc
17 changed files with 5132 additions and 11 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);