()
| 7148 | this._canvas.width === e3 && this._canvas.height === t3 || (this._canvas.width = e3, this._canvas.height = t3, this._requestRedrawViewport()); |
| 7149 | } |
| 7150 | _requestRedrawViewport() { |
| 7151 | this._onRequestRedraw.fire({ start: 0, end: this._terminal.rows - 1 }); |
| 7152 | } |
| 7153 | _requestRedrawCursor() { |
| 7154 | const e3 = this._terminal.buffer.active.cursorY; |
| 7155 | this._onRequestRedraw.fire({ start: e3, end: e3 }); |
| 7156 | } |
no test coverage detected