(e3, t3)
| 3886 | return e3 ? (this._whitespaceCell.fg = e3.fg, this._whitespaceCell.bg = e3.bg, this._whitespaceCell.extended = e3.extended) : (this._whitespaceCell.fg = 0, this._whitespaceCell.bg = 0, this._whitespaceCell.extended = new n.ExtendedAttrs()), this._whitespaceCell; |
| 3887 | } |
| 3888 | getBlankLine(e3, t3) { |
| 3889 | return new o.BufferLine(this._bufferService.cols, this.getNullCell(e3), t3); |
| 3890 | } |
| 3891 | get hasScrollback() { |
| 3892 | return this._hasScrollback && this.lines.maxLength > this._rows; |
| 3893 | } |
no test coverage detected