diff --git a/src/xterm.js b/src/xterm.js index c4dec75e..4b3d7acd 100644 --- a/src/xterm.js +++ b/src/xterm.js @@ -1107,9 +1107,8 @@ line = this.lines[row]; out = ''; - if (y === this.y + if (this.y === y - (this.ybase - this.ydisp) && this.cursorState - && (this.ydisp === this.ybase) && !this.cursorHidden) { x = this.x; } else {