diff --git a/jssrc/term_screen.js b/jssrc/term_screen.js index e6dbb56..5e34bdb 100644 --- a/jssrc/term_screen.js +++ b/jssrc/term_screen.js @@ -849,6 +849,8 @@ window.TermScreen = class TermScreen { this.drawnScreenBG[cell] = bg this.drawnScreenAttrs[cell] = attrs + if (isCursor) this.drawnCursor = [x, y] + if (this.window.debug && this._debug) { // set cell flags let flags = 1 // always redrawn