diff --git a/static/js/terminal/xterm.js b/static/js/terminal/xterm.js index ff78647..272c50b 100644 --- a/static/js/terminal/xterm.js +++ b/static/js/terminal/xterm.js @@ -1036,7 +1036,7 @@ AnsiTerminal.prototype.toString = function (type){ cell = this.screen.buffer[i].cells[j]; if (cell.c) { - console.log(cell.c, ': ', styles(cell), getStyles(cell.attr, cell.gb, cell.width === 2)); + console.log(cell.c, ': ', styles(cell)); } } }