mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 04:04:04 +08:00
update files
This commit is contained in:
parent
25b1109af7
commit
6a9152ba96
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user