mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-18 08:54:23 +08:00
update files
This commit is contained in:
@@ -189,7 +189,9 @@ module.exports = function (Terminal){
|
||||
break;
|
||||
// show cursor
|
||||
case 25:
|
||||
this.cursorHidden = false;
|
||||
this.cursor = true;
|
||||
|
||||
this.showCursor();
|
||||
break;
|
||||
// alt screen buffer cursor
|
||||
case 1049:
|
||||
@@ -382,7 +384,9 @@ module.exports = function (Terminal){
|
||||
break;
|
||||
// hide cursor
|
||||
case 25:
|
||||
this.cursorHidden = true;
|
||||
this.cursor = false;
|
||||
|
||||
this.hideCursor();
|
||||
break;
|
||||
// alt screen buffer cursor
|
||||
case 1049:
|
||||
|
||||
Reference in New Issue
Block a user