mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
+2
-3
@@ -1283,7 +1283,7 @@
|
||||
};
|
||||
|
||||
Terminal.prototype._cursorBlink = function() {
|
||||
if (Terminal.focus !== this) return;
|
||||
if (document.activeElement !== this.element) return;
|
||||
this.cursorState ^= 1;
|
||||
this.refresh(this.y, this.y);
|
||||
};
|
||||
@@ -1293,8 +1293,7 @@
|
||||
this.cursorState = 1;
|
||||
this.refresh(this.y, this.y);
|
||||
} else {
|
||||
// Temporarily disabled:
|
||||
// this.refreshBlink();
|
||||
this.refreshBlink();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user