mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-28 10:22:47 +08:00
update files
This commit is contained in:
parent
1eb2d29e43
commit
1ce52405b6
@ -50,6 +50,7 @@ module.exports = function (Terminal){
|
||||
|
||||
if (this.ybase !== this.ydisp) {
|
||||
this.ydisp = this.ybase;
|
||||
|
||||
this.maxRange();
|
||||
}
|
||||
|
||||
@ -76,6 +77,7 @@ module.exports = function (Terminal){
|
||||
|
||||
if (this.y > this.scrollBottom) {
|
||||
this.y--;
|
||||
|
||||
this.scroll();
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user