(e3, t3, i3)
| 7073 | handleFocus() { |
| 7074 | var _a; |
| 7075 | for (const e3 of this._renderLayers) e3.handleFocus(this._terminal); |
| 7076 | (_a = this._cursorBlinkStateManager.value) == null ? void 0 : _a.resume(), this._requestRedrawViewport(); |
| 7077 | } |
| 7078 | handleSelectionChanged(e3, t3, i3) { |
| 7079 | for (const s3 of this._renderLayers) s3.handleSelectionChanged(this._terminal, e3, t3, i3); |
| 7080 | this._model.selection.update(this._core, e3, t3, i3), this._requestRedrawViewport(); |
| 7081 | } |
nothing calls this directly
no test coverage detected