update files

This commit is contained in:
nuintun 2015-11-25 23:44:10 +08:00
parent acfdb6fe4a
commit 8bf8745f33

View File

@ -34,9 +34,9 @@ module.exports = function (Terminal){
}
for (; y <= end; y++) {
out = '';
row = y + this.ydisp;
line = this.lines[row];
out = '';
if (y === this.y && this.cursorState && this.ydisp === this.ybase && !this.cursorHidden) {
x = this.x;