update files

This commit is contained in:
nuintun
2015-11-26 10:53:50 +08:00
parent f763bf9759
commit ef1690ae5f
12 changed files with 130 additions and 35 deletions

View File

@@ -40,7 +40,7 @@ module.exports = function (Terminal){
row = y + this.ydisp;
line = this.lines[row];
if (y === this.y && this.cursorState && this.ydisp === this.ybase && !this.cursorHidden) {
if (y === this.y && this.cursor && this.cursorState && this.ydisp === this.ybase) {
x = this.x;
} else {
x = -1;