update files

This commit is contained in:
nuintun
2015-11-25 11:59:30 +08:00
parent abaea8ed18
commit 24e964f437
3 changed files with 3 additions and 5 deletions

View File

@@ -127,11 +127,11 @@ module.exports = function (Terminal){
out += '<';
break;
case '>':
out += '>';
out += '>';
break;
default:
if (ch <= ' ') {
out += '&gt;';
out += '&nbsp;';
} else {
if (this.isWide(ch)) i++;