From 59d71f7a84b6f87002fab21a74f1f8f360eb136a Mon Sep 17 00:00:00 2001 From: Marcel Screm Date: Mon, 5 Jan 2026 16:02:48 +0100 Subject: added ligature patch --- st.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'st.c') diff --git a/st.c b/st.c index b034844..82ca8d3 100644 --- a/st.c +++ b/st.c @@ -2805,7 +2805,8 @@ draw(void) drawregion(0, 0, term.col, term.row); if (TSCREEN.off == 0) xdrawcursor(cx, term.c.y, TLINE(term.c.y)[cx], - term.ocx, term.ocy, TLINE(term.ocy)[term.ocx]); + term.ocx, term.ocy, TLINE(term.ocy)[term.ocx], + TLINE(term.ocy), term.col); term.ocx = cx; term.ocy = term.c.y; xfinishdraw(); -- cgit v1.2.3