()
| 1330 | handleCursorMove() { |
| 1331 | } |
| 1332 | _handleOptionsChanged() { |
| 1333 | this._updateDimensions(), this._injectCss(this._themeService.colors), this._widthCache.setFont(this._optionsService.rawOptions.fontFamily, this._optionsService.rawOptions.fontSize, this._optionsService.rawOptions.fontWeight, this._optionsService.rawOptions.fontWeightBold), this._setDefaultSpacing(); |
| 1334 | } |
| 1335 | clear() { |
| 1336 | for (const e3 of this._rowElements) e3.replaceChildren(); |
| 1337 | } |
no test coverage detected