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

Method _handleKey

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

Source from the content-addressed store, hash-verified

69 this._liveRegion.textContent = "", this._liveRegionLineCount = 0;
70 }
71 _handleKey(e3) {
72 this._clearLiveRegion(), new RegExp("\\p{Control}", "u").test(e3) || this._charsToConsume.push(e3);
73 }
74 _refreshRows(e3, t3) {
75 this._liveRegionDebouncer.refresh(e3, t3, this._terminal.rows);
76 }

Callers 1

constructorMethod · 0.80

Calls 2

_clearLiveRegionMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected