MCPcopy Index your code
hub / github.com/codeaashu/claude-code / _refreshRowsDimensions

Method _refreshRowsDimensions

src/server/web/public/terminal.js:137–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 return e3.setAttribute("role", "listitem"), e3.tabIndex = -1, this._refreshRowDimensions(e3), e3;
136 }
137 _refreshRowsDimensions() {
138 if (this._renderService.dimensions.css.cell.height) {
139 this._accessibilityContainer.style.width = `${this._renderService.dimensions.css.canvas.width}px`, this._rowElements.length !== this._terminal.rows && this._handleResize(this._terminal.rows);
140 for (let e3 = 0; e3 < this._terminal.rows; e3++) this._refreshRowDimensions(this._rowElements[e3]);
141 }
142 }
143 _refreshRowDimensions(e3) {
144 e3.style.height = `${this._renderService.dimensions.css.cell.height}px`;
145 }

Callers 2

constructorMethod · 0.80
_handleResizeMethod · 0.80

Calls 2

_handleResizeMethod · 0.80
_refreshRowDimensionsMethod · 0.80

Tested by

no test coverage detected