()
| 7102 | } |
| 7103 | clearTextureAtlas() { |
| 7104 | var _a; |
| 7105 | (_a = this._charAtlas) == null ? void 0 : _a.clearTexture(), this._clearModel(true), this._requestRedrawViewport(); |
| 7106 | } |
| 7107 | clear() { |
| 7108 | var _a; |
| 7109 | this._clearModel(true); |
| 7110 | for (const e3 of this._renderLayers) e3.reset(this._terminal); |
| 7111 | (_a = this._cursorBlinkStateManager.value) == null ? void 0 : _a.restartBlinkAnimation(), this._updateCursorBlink(); |
| 7112 | } |
nothing calls this directly
no test coverage detected