MCPcopy Create free account
hub / github.com/coder/ghostty-web / resize

Method resize

lib/addons/fit.test.ts:24–27  ·  view source on GitHub ↗
(cols: number, rows: number)

Source from the content-addressed store, hash-verified

22 };
23
24 public resize(cols: number, rows: number): void {
25 this.cols = cols;
26 this.rows = rows;
27 }
28}
29
30// ============================================================================

Callers 1

fitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected