From 0849615b3fdd9d174c0168e5f7e9ae9283d61465 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 23 Jul 2023 15:32:13 -0500 Subject: ligatures patch applied --- st.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'st.c') diff --git a/st.c b/st.c index 1a6d993..fe54b95 100644 --- a/st.c +++ b/st.c @@ -3077,7 +3077,9 @@ draw(void) drawregion(0, 0, term.col, term.row); xdrawcursor(cx, term.c.y, term.line[term.c.y][cx], - term.ocx, term.ocy, term.line[term.ocy][term.ocx]); + term.ocx, term.ocy, term.line[term.ocy][term.ocx], + term.line[term.ocy], term.col); + term.ocx = cx; term.ocy = term.c.y; xfinishdraw(); -- cgit v1.2.3