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