update files

This commit is contained in:
nuintun 2015-11-25 16:41:09 +08:00
parent 1eb2d29e43
commit 1ce52405b6

View File

@ -50,6 +50,7 @@ module.exports = function (Terminal){
if (this.ybase !== this.ydisp) { if (this.ybase !== this.ydisp) {
this.ydisp = this.ybase; this.ydisp = this.ybase;
this.maxRange(); this.maxRange();
} }
@ -76,6 +77,7 @@ module.exports = function (Terminal){
if (this.y > this.scrollBottom) { if (this.y > this.scrollBottom) {
this.y--; this.y--;
this.scroll(); this.scroll();
} }
break; break;