()
| 7068 | handleBlur() { |
| 7069 | var _a; |
| 7070 | for (const e3 of this._renderLayers) e3.handleBlur(this._terminal); |
| 7071 | (_a = this._cursorBlinkStateManager.value) == null ? void 0 : _a.pause(), this._requestRedrawViewport(); |
| 7072 | } |
| 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 | } |
nothing calls this directly
no test coverage detected