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

Method resize

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

Source from the content-addressed store, hash-verified

744 return false;
745 }
746 resize(e3, t3) {
747 e3 !== this.cols || t3 !== this.rows ? super.resize(e3, t3) : this._charSizeService && !this._charSizeService.hasValidSize && this._charSizeService.measure();
748 }
749 _afterResize(e3, t3) {
750 var _a, _b;
751 (_a = this._charSizeService) == null ? void 0 : _a.measure(), (_b = this.viewport) == null ? void 0 : _b.syncScrollArea(true);

Callers

nothing calls this directly

Calls 2

resizeMethod · 0.45
measureMethod · 0.45

Tested by

no test coverage detected