update files

This commit is contained in:
nuintun
2015-12-04 12:04:02 +08:00
parent 39de864aee
commit 0dbe4e8a58
2 changed files with 6 additions and 3 deletions

View File

@@ -1092,6 +1092,7 @@ AnsiTerminal.prototype.toString = function (type){
var stylesBuffer = this.styles();
for (i = 0; i < rows; ++i) {
text = '';
line = '<div>';
for (j = 0; j < cols; ++j) {