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

Method _afterResize

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

Source from the content-addressed store, hash-verified

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);
752 }
753 clear() {
754 var _a;
755 if (0 !== this.buffer.ybase || 0 !== this.buffer.y) {

Callers 1

constructorMethod · 0.95

Calls 2

syncScrollAreaMethod · 0.80
measureMethod · 0.45

Tested by

no test coverage detected