mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 20:24:04 +08:00
update files
This commit is contained in:
parent
789403a5b2
commit
99bab848d7
@ -77,7 +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;
|
||||||
@ -167,12 +167,10 @@ module.exports = function (Terminal){
|
|||||||
break;
|
break;
|
||||||
// ESC _ Application Program Command ( APC is 0x9f).
|
// ESC _ Application Program Command ( APC is 0x9f).
|
||||||
case '_':
|
case '_':
|
||||||
this.stateType = 'apc';
|
|
||||||
this.state = states.ignore;
|
this.state = states.ignore;
|
||||||
break;
|
break;
|
||||||
// ESC ^ Privacy Message ( PM is 0x9e).
|
// ESC ^ Privacy Message ( PM is 0x9e).
|
||||||
case '^':
|
case '^':
|
||||||
this.stateType = 'pm';
|
|
||||||
this.state = states.ignore;
|
this.state = states.ignore;
|
||||||
break;
|
break;
|
||||||
// ESC c Full Reset (RIS).
|
// ESC c Full Reset (RIS).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user