mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 20:24:04 +08:00
update files
This commit is contained in:
parent
25b1109af7
commit
6a9152ba96
@ -9,7 +9,7 @@ module.exports = function (Terminal){
|
|||||||
* showCursor
|
* showCursor
|
||||||
*/
|
*/
|
||||||
Terminal.prototype.showCursor = function (){
|
Terminal.prototype.showCursor = function (){
|
||||||
if (this.cursor) {
|
if (this.cursor && !this._cursor) {
|
||||||
this._cursor = true;
|
this._cursor = true;
|
||||||
this.cursorState = 1;
|
this.cursorState = 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user