From 3c5f97eeef9f3ba19c57fda3c6966187e0f65ad5 Mon Sep 17 00:00:00 2001 From: nuintun Date: Wed, 25 Nov 2015 18:21:16 +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 e154247..2a6d850 100644 --- a/static/js/terminal/lib/cursor.js +++ b/static/js/terminal/lib/cursor.js @@ -15,7 +15,7 @@ module.exports = function (Terminal){ Terminal.prototype.showCursor = function (){ if (!this.cursorState) { this.cursorState = 1; - + this.refresh(this.y, this.y); } };