mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-15 15:20:06 +08:00
update files
This commit is contained in:
@@ -22,10 +22,10 @@ module.exports = function (Terminal){
|
||||
Terminal.prototype.startBlink = function (){
|
||||
if (!this.cursorBlink) return;
|
||||
|
||||
var self = this;
|
||||
var context = this;
|
||||
|
||||
this._blinker = function (){
|
||||
self.blinkCursor();
|
||||
context.blinkCursor();
|
||||
};
|
||||
|
||||
this._blink = setInterval(this._blinker, 500);
|
||||
|
||||
Reference in New Issue
Block a user