diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |