diff options
| author | Iskustvo <iskustvo@yahoo.com> | 2023-01-07 01:23:37 +0100 |
|---|---|---|
| committer | Marcelo Lira <setanta@gmail.com> | 2025-03-02 04:20:26 -0300 |
| commit | 6fc6b4a47ab27f191acda7572b3f9082dbbe4b6c (patch) | |
| tree | b43074c5bfe018f93bf86be9b25138a12f18de97 /win.h | |
| parent | f9cdb0e485c0b8229c50e4d88338f613834dc734 (diff) | |
add glyph wide 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); +void xdrawcursor(int, int, Glyph, int, int, Glyph, Line, int); void xdrawline(Line, int, int, int); void xfinishdraw(void); void xloadcols(void); |
