From e92e47c72d9b0efe9a2de11d28f2b78b9fcd54d0 Mon Sep 17 00:00:00 2001 From: nuintun Date: Wed, 2 Dec 2015 11:11:29 +0800 Subject: [PATCH] update files --- static/js/terminal/xterm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } } }