MCPcopy Create free account
hub / github.com/codeaashu/claude-code / handleFocus

Method handleFocus

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

Source from the content-addressed store, hash-verified

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 }
1305 handleSelectionChanged(e3, t3, i3) {
1306 if (this._selectionContainer.replaceChildren(), this._rowFactory.handleSelectionChanged(e3, t3, i3), this.renderRows(0, this._bufferService.rows - 1), !e3 || !t3) return;
1307 this._selectionRenderModel.update(this._terminal, e3, t3, i3);

Callers 2

openMethod · 0.45
handleFocusMethod · 0.45

Calls 2

addMethod · 0.45
renderRowsMethod · 0.45

Tested by

no test coverage detected