diff options
author | ZachIR <zachir@librem.one> | 2025-07-08 21:08:52 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-08 21:08:52 -0500 |
commit | 1f5344705216be2234d29d9b0ea675577988caa4 (patch) | |
tree | 196ee0a839d0b807479b8b4b549f16ccfab260ef /win.h | |
parent | af79d1853cf8d501bbdf14b6d4b2df81bdaf1526 (diff) |
Apply ligatures patch
Diffstat (limited to 'win.h')
-rw-r--r-- | win.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |