mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 09:51:31 +08:00
update files
This commit is contained in:
@@ -127,11 +127,11 @@ module.exports = function (Terminal){
|
||||
out += '<';
|
||||
break;
|
||||
case '>':
|
||||
out += '>';
|
||||
out += '>';
|
||||
break;
|
||||
default:
|
||||
if (ch <= ' ') {
|
||||
out += '>';
|
||||
out += ' ';
|
||||
} else {
|
||||
if (this.isWide(ch)) i++;
|
||||
|
||||
|
@@ -13,8 +13,6 @@ module.exports = function (Terminal){
|
||||
this.lines = this.lines.slice(-(this.ybase + this.rows) + 1);
|
||||
}
|
||||
|
||||
console.log(this.ybase, this.scrollback);
|
||||
|
||||
this.ydisp = this.ybase;
|
||||
|
||||
// last line
|
||||
|
Reference in New Issue
Block a user