From 446b356f707b1e56811ca89caa27fb083b6611d4 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sun, 26 Sep 2021 20:56:40 +0100 Subject: Revert ligature support patch --- win.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win.h') diff --git a/win.h b/win.h index 8b5b618..e6e4369 100644 --- a/win.h +++ b/win.h @@ -25,7 +25,7 @@ enum win_mode { void xbell(void); void xclipcopy(void); -void xdrawcursor(int, int, Glyph, int, int, Glyph, Line, int); +void xdrawcursor(int, int, Glyph, int, int, Glyph); void xdrawline(Line, int, int, int); void xfinishdraw(void); void xloadcols(void); -- cgit v1.2.3