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); } };