update files

This commit is contained in:
nuintun 2015-11-26 11:12:34 +08:00
parent 25b1109af7
commit 6a9152ba96

View File

@ -9,7 +9,7 @@ module.exports = function (Terminal){
* showCursor * showCursor
*/ */
Terminal.prototype.showCursor = function (){ Terminal.prototype.showCursor = function (){
if (this.cursor) { if (this.cursor && !this._cursor) {
this._cursor = true; this._cursor = true;
this.cursorState = 1; this.cursorState = 1;