update files

This commit is contained in:
nuintun
2015-11-25 11:27:04 +08:00
parent fd024f01e1
commit 0b5daac020
3 changed files with 17 additions and 8 deletions

View File

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