(e3)
| 2338 | else for (let e4 = 0; e4 < this._restoreColors.ansi.length; ++e4) this._colors.ansi[e4] = this._restoreColors.ansi[e4]; |
| 2339 | } |
| 2340 | modifyColors(e3) { |
| 2341 | e3(this._colors), this._onChangeColors.fire(this.colors); |
| 2342 | } |
| 2343 | _updateRestoreColors() { |
| 2344 | this._restoreColors = { foreground: this._colors.foreground, background: this._colors.background, cursor: this._colors.cursor, ansi: this._colors.ansi.slice() }; |
| 2345 | } |
no test coverage detected