mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-16 23:54:15 +08:00
update files
This commit is contained in:
@@ -121,17 +121,17 @@ module.exports = function (Terminal){
|
||||
|
||||
switch (ch) {
|
||||
case '&':
|
||||
out += '&';
|
||||
out += '&';
|
||||
break;
|
||||
case '<':
|
||||
out += '<';
|
||||
out += '<';
|
||||
break;
|
||||
case '>':
|
||||
out += '>';
|
||||
break;
|
||||
default:
|
||||
if (ch <= ' ') {
|
||||
out += ' ';
|
||||
out += '>';
|
||||
} else {
|
||||
if (this.isWide(ch)) i++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user