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 --- st.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'st.c') diff --git a/st.c b/st.c index 15f8f96..74d4391 100644 --- a/st.c +++ b/st.c @@ -2668,8 +2668,7 @@ draw(void) drawregion(0, 0, term.col, term.row); if (term.scr == 0) xdrawcursor(cx, term.c.y, term.line[term.c.y][cx], - term.ocx, term.ocy, term.line[term.ocy][term.ocx], - term.line[term.ocy], term.col); + term.ocx, term.ocy, term.line[term.ocy][term.ocx]); term.ocx = cx; term.ocy = term.c.y; xfinishdraw(); -- cgit v1.2.3