Added ligatures patch

This commit is contained in:
mackarelfish
2020-05-12 03:46:52 +07:00
parent fdf3989005
commit 4edc7282ab
8 changed files with 175 additions and 12 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);