()
| 6953 | this._dimensions = e3; |
| 6954 | } |
| 6955 | _updateCachedColors(e3) { |
| 6956 | this._bgFloat = this._colorToFloat32Array(e3.background), this._cursorFloat = this._colorToFloat32Array(e3.cursor); |
| 6957 | } |
| 6958 | _updateViewportRectangle() { |
| 6959 | this._addRectangleFloat(this._vertices.attributes, 0, 0, 0, this._terminal.cols * this._dimensions.device.cell.width, this._terminal.rows * this._dimensions.device.cell.height, this._bgFloat); |
| 6960 | } |
no test coverage detected