()
| 7082 | handleCursorMove() { |
| 7083 | var _a; |
| 7084 | for (const e3 of this._renderLayers) e3.handleCursorMove(this._terminal); |
| 7085 | (_a = this._cursorBlinkStateManager.value) == null ? void 0 : _a.restartBlinkAnimation(); |
| 7086 | } |
| 7087 | _handleOptionsChanged() { |
| 7088 | this._updateDimensions(), this._refreshCharAtlas(), this._updateCursorBlink(); |
| 7089 | } |
no test coverage detected