mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 04:04:04 +08:00
update files
This commit is contained in:
parent
3bd8154357
commit
96d23139fc
@ -130,14 +130,12 @@ module.exports = function (Terminal){
|
|||||||
out += '>';
|
out += '>';
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (ch === ' ') {
|
if (ch <= ' ') {
|
||||||
out += ' ';
|
out += ' ';
|
||||||
} else if (ch > ' ') {
|
} else {
|
||||||
if (this.isWide(ch)) i++;
|
if (this.isWide(ch)) i++;
|
||||||
|
|
||||||
out += ch;
|
out += ch;
|
||||||
} else {
|
|
||||||
if (data === -1) out += ' ';
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user