Adding ligatures patch as requested in #4
This commit is contained in:
parent
ff5f26cc3b
commit
e0169edec9
10 changed files with 222 additions and 8 deletions
4
win.h
4
win.h
|
|
@ -28,7 +28,11 @@ enum win_mode {
|
|||
|
||||
void xbell(void);
|
||||
void xclipcopy(void);
|
||||
#if LIGATURES_PATCH
|
||||
void xdrawcursor(int, int, Glyph, int, int, Glyph, Line, int);
|
||||
#else
|
||||
void xdrawcursor(int, int, Glyph, int, int, Glyph);
|
||||
#endif // LIGATURES_PATCH
|
||||
void xdrawline(Line, int, int, int);
|
||||
void xfinishdraw(void);
|
||||
void xloadcols(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue