(e3)
| 6950 | this._updateViewportRectangle(); |
| 6951 | } |
| 6952 | setDimensions(e3) { |
| 6953 | this._dimensions = e3; |
| 6954 | } |
| 6955 | _updateCachedColors(e3) { |
| 6956 | this._bgFloat = this._colorToFloat32Array(e3.background), this._cursorFloat = this._colorToFloat32Array(e3.cursor); |
| 6957 | } |
no test coverage detected