update files

This commit is contained in:
nuintun
2015-11-26 23:00:11 +08:00
parent c031a18d4e
commit 99eccf36b3
2 changed files with 15 additions and 20 deletions

View File

@@ -17,6 +17,8 @@ module.exports = function (Terminal){
Terminal.focus.blur();
}
Terminal.focus = this;
if (this.cursor) {
this.showCursor();
}
@@ -24,8 +26,6 @@ module.exports = function (Terminal){
if (this.cursorBlink) {
this.startBlink();
}
Terminal.focus = this;
};
/**