mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user