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

Method _setup

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

Source from the content-addressed store, hash-verified

2623 return this._inputHandler.registerOscHandler(e3, t3);
2624 }
2625 _setup() {
2626 this._handleWindowsPtyOptionChange();
2627 }
2628 reset() {
2629 this._inputHandler.reset(), this._bufferService.reset(), this._charsetService.reset(), this.coreService.reset(), this.coreMouseService.reset();
2630 }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected