From 7a35432782a8bb38429854180a7d16f82edec34a Mon Sep 17 00:00:00 2001 From: pryazha Date: Tue, 1 Jul 2025 08:36:48 +0500 Subject: changes (apparently) --- st.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'st.c') diff --git a/st.c b/st.c index 7371554..0a894fc 100644 --- a/st.c +++ b/st.c @@ -2671,7 +2671,8 @@ 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-70-g09d2