mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user