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
91f347dda0
commit
6feba77871
@ -130,9 +130,9 @@ module.exports = function (Terminal){
|
||||
out += '>';
|
||||
break;
|
||||
default:
|
||||
if (ch <= ' ') {
|
||||
if (ch === ' ') {
|
||||
out += ' ';
|
||||
} else {
|
||||
} else if (ch > ' ') {
|
||||
if (this.isWide(ch)) i++;
|
||||
|
||||
out += ch;
|
||||
|
Loading…
x
Reference in New Issue
Block a user