diff options
| author | Shivesh Mandalia <mail@shivesh.org> | 2021-09-26 20:56:40 +0100 |
|---|---|---|
| committer | Shivesh Mandalia <mail@shivesh.org> | 2021-09-26 20:56:40 +0100 |
| commit | 446b356f707b1e56811ca89caa27fb083b6611d4 (patch) | |
| tree | 79d5e0d125c82e92f9633db83c93793bea971ef4 /win.h | |
| parent | 04b562e98a947f6b4b036481ff01c1f59e1f2681 (diff) | |
| download | st-446b356f707b1e56811ca89caa27fb083b6611d4.tar.gz st-446b356f707b1e56811ca89caa27fb083b6611d4.zip | |
Revert ligature support 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, Line, int); +void xdrawcursor(int, int, Glyph, int, int, Glyph); void xdrawline(Line, int, int, int); void xfinishdraw(void); void xloadcols(void); |
