aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/st.c b/st.c
index 1a3f49c..4a6c2c9 100644
--- a/st.c
+++ b/st.c
@@ -2665,7 +2665,8 @@ draw(void)
2665 drawregion(0, 0, term.col, term.row); 2665 drawregion(0, 0, term.col, term.row);
2666 if (term.scr == 0) 2666 if (term.scr == 0)
2667 xdrawcursor(cx, term.c.y, term.line[term.c.y][cx], 2667 xdrawcursor(cx, term.c.y, term.line[term.c.y][cx],
2668 term.ocx, term.ocy, term.line[term.ocy][term.ocx]); 2668 term.ocx, term.ocy, term.line[term.ocy][term.ocx],
2669 term.line[term.ocy], term.col);
2669 term.ocx = cx, term.ocy = term.c.y; 2670 term.ocx = cx, term.ocy = term.c.y;
2670 xfinishdraw(); 2671 xfinishdraw();
2671 xximspot(term.ocx, term.ocy); 2672 xximspot(term.ocx, term.ocy);