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

Method _announceCharacters

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

Source from the content-addressed store, hash-verified

83 this._announceCharacters();
84 }
85 _announceCharacters() {
86 0 !== this._charsToAnnounce.length && (this._liveRegion.textContent += this._charsToAnnounce, this._charsToAnnounce = "");
87 }
88 _handleBoundaryFocus(e3, t3) {
89 const i3 = e3.target, s3 = this._rowElements[0 === t3 ? 1 : this._rowElements.length - 2];
90 if (i3.getAttribute("aria-posinset") === (0 === t3 ? "1" : `${this._terminal.buffer.lines.length}`)) return;

Callers 1

_renderRowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected