patch: ligatures

This commit is contained in:
2026-01-05 20:42:21 -05:00
parent fed2a38f94
commit 7ae65ec8ed
6 changed files with 154 additions and 129 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);