From 8bf8745f331592066fa370222a64da4d98e0da22 Mon Sep 17 00:00:00 2001 From: nuintun Date: Wed, 25 Nov 2015 23:44:10 +0800 Subject: [PATCH] update files --- static/js/terminal/lib/refresh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/terminal/lib/refresh.js b/static/js/terminal/lib/refresh.js index 083408e..bc0221c 100644 --- a/static/js/terminal/lib/refresh.js +++ b/static/js/terminal/lib/refresh.js @@ -34,9 +34,9 @@ module.exports = function (Terminal){ } for (; y <= end; y++) { + out = ''; row = y + this.ydisp; line = this.lines[row]; - out = ''; if (y === this.y && this.cursorState && this.ydisp === this.ybase && !this.cursorHidden) { x = this.x;