cpsdqs/unified-input
cpsdqs 7 years ago
parent 4f58900aac
commit 5d2e8d845a
Signed by untrusted user: cpsdqs
GPG Key ID: 3F59586BB7448DD1
  1. 2
      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

Loading…
Cancel
Save