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

Method _handleChar

src/server/web/public/terminal.js:65–67  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

63 for (let t3 = 0; t3 < e3; t3++) this._handleChar(" ");
64 }
65 _handleChar(e3) {
66 this._liveRegionLineCount < 21 && (this._charsToConsume.length > 0 ? this._charsToConsume.shift() !== e3 && (this._charsToAnnounce += e3) : this._charsToAnnounce += e3, "\n" === e3 && (this._liveRegionLineCount++, 21 === this._liveRegionLineCount && (this._liveRegion.textContent += n.tooMuchOutput)));
67 }
68 _clearLiveRegion() {
69 this._liveRegion.textContent = "", this._liveRegionLineCount = 0;
70 }

Callers 2

constructorMethod · 0.80
_handleTabMethod · 0.80

Calls 1

shiftMethod · 0.80

Tested by

no test coverage detected