mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-12 23:34:07 +08:00
update files
This commit is contained in:
parent
6ed273d781
commit
da9ea2aca8
@ -14,7 +14,13 @@ module.exports = function (Terminal){
|
|||||||
Terminal.focus.blur();
|
Terminal.focus.blur();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.cursor) {
|
||||||
this.showCursor();
|
this.showCursor();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (this.cursorBlink) {
|
||||||
|
this.startBlink();
|
||||||
|
}
|
||||||
|
|
||||||
Terminal.focus = this;
|
Terminal.focus = this;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user