~kris/suckless

st

ref: efdfc0de2f3bbc8cdbcdd00e4b03f78bf50838b2 st/st.c.rej -rw-r--r-- 380 bytes
efdfc0de — Sidhanth Update README.md 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
--- st.c
+++ st.c
@@ -2585,7 +2585,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();
 	xximspot(term.ocx, term.ocy);