update files

This commit is contained in:
nuintun 2015-11-30 15:52:44 +08:00
parent 035dd499d6
commit a6a3a75e04

View File

@ -1033,7 +1033,7 @@ AnsiTerminal.prototype.toString = function (type){
if (type === 'html') {
for (i = 0; i < this.screen.buffer.length; ++i) {
for (j = 0; j < this.screen.buffer[i].cells.length; ++j) {
console.log(this.screen.buffer[i].cells[j].getAttributes());
console.log(this.screen.buffer[i].cells[j]);
}
}
} else {