update files

This commit is contained in:
nuintun 2015-11-26 11:27:44 +08:00
parent 6ed273d781
commit da9ea2aca8

View File

@ -14,7 +14,13 @@ module.exports = function (Terminal){
Terminal.focus.blur();
}
this.showCursor();
if (this.cursor) {
this.showCursor();
}
if (this.cursorBlink) {
this.startBlink();
}
Terminal.focus = this;
};