diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2594,6 +2594,7 @@ draw(void) | |||
2594 | term.ocx, term.ocy, term.line[term.ocy][term.ocx]); | 2594 | term.ocx, term.ocy, term.line[term.ocy][term.ocx]); |
2595 | term.ocx = cx, term.ocy = term.c.y; | 2595 | term.ocx = cx, term.ocy = term.c.y; |
2596 | xfinishdraw(); | 2596 | xfinishdraw(); |
2597 | xximspot(term.ocx, term.ocy); | ||
2597 | } | 2598 | } |
2598 | 2599 | ||
2599 | void | 2600 | void |