mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-30 20:22:46 +08:00
update files
This commit is contained in:
parent
28b1dbd3c8
commit
3c5f97eeef
@ -15,7 +15,7 @@ module.exports = function (Terminal){
|
|||||||
Terminal.prototype.showCursor = function (){
|
Terminal.prototype.showCursor = function (){
|
||||||
if (!this.cursorState) {
|
if (!this.cursorState) {
|
||||||
this.cursorState = 1;
|
this.cursorState = 1;
|
||||||
|
|
||||||
this.refresh(this.y, this.y);
|
this.refresh(this.y, this.y);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user