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
*/
Terminal.prototype.showCursor = function (){
if (this.cursor) {
if (this.cursor && !this._cursor) {
this._cursor = true;
this.cursorState = 1;