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

Method handleBlur

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

Source from the content-addressed store, hash-verified

1297 this._updateDimensions(), this._widthCache.clear(), this._setDefaultSpacing();
1298 }
1299 handleBlur() {
1300 this._rowContainer.classList.remove(S), this.renderRows(0, this._bufferService.rows - 1);
1301 }
1302 handleFocus() {
1303 this._rowContainer.classList.add(S), this.renderRows(this._bufferService.buffer.y, this._bufferService.buffer.y);
1304 }

Callers 2

openMethod · 0.45
handleBlurMethod · 0.45

Calls 1

renderRowsMethod · 0.45

Tested by

no test coverage detected