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