diff options
| author | Shivesh Mandalia <mail@shivesh.org> | 2021-09-22 20:30:34 +0100 |
|---|---|---|
| committer | Shivesh Mandalia <mail@shivesh.org> | 2021-09-22 20:30:34 +0100 |
| commit | 3964320a731def870e1c28bc8bae05310decc949 (patch) | |
| tree | fdd660d368bafa25e6084453866e3032b90da78d /win.h | |
| parent | 2467e2824fb6a2bc2bf76883f8a2c7561d7af4a4 (diff) | |
| download | st-3964320a731def870e1c28bc8bae05310decc949.tar.gz st-3964320a731def870e1c28bc8bae05310decc949.zip | |
Proper drawing of ligatures
- Patch st-ligatures-scrollback-0.8.4
<https://st.suckless.org/patches/ligatures/>
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); |
