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

Method loadAddon

lib/terminal.ts:728–731  ·  view source on GitHub ↗

* Load an addon

(addon: ITerminalAddon)

Source from the content-addressed store, hash-verified

726 * Load an addon
727 */
728 loadAddon(addon: ITerminalAddon): void {
729 addon.activate(this);
730 this.addons.push(addon);
731 }
732
733 // ==========================================================================
734 // Selection API (xterm.js compatible)

Callers 1

terminal.test.tsFile · 0.80

Calls 1

activateMethod · 0.65

Tested by

no test coverage detected