aboutsummaryrefslogtreecommitdiff
path: root/st.c.rej
blob: d83f051c1193c26d6e5c23c8d10df3e03d963399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- st.c
+++ st.c
@@ -2670,7 +2670,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();