update files

This commit is contained in:
nuintun 2015-11-25 13:03:21 +08:00
parent 1ffe4052e6
commit 47eaa929b7

View File

@ -136,6 +136,8 @@ module.exports = function (Terminal){
if (this.isWide(ch)) i++;
out += ch;
} else {
if (data === -1) out += ' ';
}
break;
}