diff options
author | Federico Igne <git@federicoigne.com> | 2020-05-23 12:01:50 +0100 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2020-05-23 12:01:50 +0100 |
commit | 30faefe674c5048b7ffd31c98b1a2193c43c9fe2 (patch) | |
tree | 64aad31e5682624aef1c7538b2a9c63079fd5a3a /win.h | |
parent | 81df9b428bd0330af98db9c69ffe69b0441e00fd (diff) | |
download | st-30faefe674c5048b7ffd31c98b1a2193c43c9fe2.tar.gz st-30faefe674c5048b7ffd31c98b1a2193c43c9fe2.zip |
Apply Ligatures patch
Homepage link: https://st.suckless.org/patches/ligatures/
Patch links:
https://st.suckless.org/patches/ligatures/0.8.3/st-ligatures-boxdraw-20200430-0.8.3.diff
https://st.suckless.org/patches/ligatures/0.8.3/st-ligatures-scrollback-20200430-0.8.3.diff
Additional info: the patch was applied by mixing the two patches linked
above in order to provide compatibility with both BoxDraw and Scrollback
patches.
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 { | |||
25 | 25 | ||
26 | void xbell(void); | 26 | void xbell(void); |
27 | void xclipcopy(void); | 27 | void xclipcopy(void); |
28 | void xdrawcursor(int, int, Glyph, int, int, Glyph); | 28 | void xdrawcursor(int, int, Glyph, int, int, Glyph, Line, int); |
29 | void xdrawline(Line, int, int, int); | 29 | void xdrawline(Line, int, int, int); |
30 | void xfinishdraw(void); | 30 | void xfinishdraw(void); |
31 | void xloadcols(void); | 31 | void xloadcols(void); |