MCPcopy
hub / github.com/codeaashu/claude-code / reset

Method reset

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

Source from the content-addressed store, hash-verified

2626 this._handleWindowsPtyOptionChange();
2627 }
2628 reset() {
2629 this._inputHandler.reset(), this._bufferService.reset(), this._charsetService.reset(), this.coreService.reset(), this.coreMouseService.reset();
2630 }
2631 _handleWindowsPtyOptionChange() {
2632 let e3 = false;
2633 const t3 = this.optionsService.rawOptions.windowsPty;

Callers

nothing calls this directly

Calls 1

resetMethod · 0.65

Tested by

no test coverage detected