diff --git a/static/js/terminal/index.js b/static/js/terminal/index.js index 6e5c818..a4ada93 100644 --- a/static/js/terminal/index.js +++ b/static/js/terminal/index.js @@ -1068,8 +1068,8 @@ AnsiTerminal.prototype.toString = function (type){ line = '
'; 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);