From 7d09d4df0a53310e997bc713236c07b045c1f4d5 Mon Sep 17 00:00:00 2001 From: nuintun Date: Fri, 4 Dec 2015 09:42:34 +0800 Subject: [PATCH] update files --- static/js/terminal/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);