diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2022-12-31 16:35:12 -0500 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2022-12-31 16:35:12 -0500 |
| commit | 8029cd7933b4904c4bb0f13012515e9c9c2ab435 (patch) | |
| tree | fb832cae42ef2b1e347f110bef176e413011216c /win.h | |
| parent | 7c6ef5232de8d31a10e593882c29189c05296541 (diff) | |
| download | st-8029cd7933b4904c4bb0f13012515e9c9c2ab435.tar.gz | |
Added 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); |