From 4edc7282ab841142e970dcb4f03f251bb5ed7292 Mon Sep 17 00:00:00 2001 From: mackarelfish Date: Tue, 12 May 2020 03:46:52 +0700 Subject: Added ligatures patch --- st.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'st.c') diff --git a/st.c b/st.c index 192360b..c4d3ee3 100644 --- a/st.c +++ b/st.c @@ -2747,7 +2747,8 @@ 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.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