From 6a9152ba965e90f53f350bd76f7fd021c50b8f9d Mon Sep 17 00:00:00 2001 From: nuintun Date: Thu, 26 Nov 2015 11:12:34 +0800 Subject: [PATCH] update files --- static/js/terminal/lib/cursor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/terminal/lib/cursor.js b/static/js/terminal/lib/cursor.js index 9fdc441..f7ccbe0 100644 --- a/static/js/terminal/lib/cursor.js +++ b/static/js/terminal/lib/cursor.js @@ -9,7 +9,7 @@ module.exports = function (Terminal){ * showCursor */ Terminal.prototype.showCursor = function (){ - if (this.cursor) { + if (this.cursor && !this._cursor) { this._cursor = true; this.cursorState = 1;