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

Method resize

src/server/web/public/terminal.js:2591–2593  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

2589 this.coreService.triggerDataEvent(e3, t3);
2590 }
2591 resize(e3, t3) {
2592 isNaN(e3) || isNaN(t3) || (e3 = Math.max(e3, a.MINIMUM_COLS), t3 = Math.max(t3, a.MINIMUM_ROWS), this._bufferService.resize(e3, t3));
2593 }
2594 scroll(e3, t3 = false) {
2595 this._bufferService.scroll(e3, t3);
2596 }

Callers

nothing calls this directly

Calls 2

maxMethod · 0.80
resizeMethod · 0.45

Tested by

no test coverage detected