update files

This commit is contained in:
nuintun 2015-12-04 09:42:34 +08:00
parent c60298b4a7
commit 7d09d4df0a

View File

@ -1068,8 +1068,8 @@ AnsiTerminal.prototype.toString = function (type){
line = '<div>';
for (j = 0; j < cols; ++j) {
node = this.screen.buffer[i].cells[j];
styleBuffer = stylesBuffer[i][j];
node = this.screen.buffer[i].cells[j];
if (j === 0) {
style = htmlStyle(styleBuffer);