MCPcopy
hub / github.com/codeaashu/claude-code / getBlankLine

Method getBlankLine

src/server/web/public/terminal.js:3888–3890  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

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 }

Callers 9

clearMethod · 0.80
insertLinesMethod · 0.80
deleteLinesMethod · 0.80
scrollUpMethod · 0.80
scrollDownMethod · 0.80
reverseIndexMethod · 0.80
fillViewportRowsMethod · 0.80
_reflowSmallerMethod · 0.80
scrollMethod · 0.80

Calls 1

getNullCellMethod · 0.80

Tested by

no test coverage detected