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

Method deselect

lib/selection-manager.ts:328–331  ·  view source on GitHub ↗

* Deselect all text * xterm.js compatible API

()

Source from the content-addressed store, hash-verified

326 * xterm.js compatible API
327 */
328 deselect(): void {
329 this.clearSelection();
330 this.selectionChangedEmitter.fire();
331 }
332
333 /**
334 * Focus the terminal (make it receive keyboard input)

Callers

nothing calls this directly

Calls 2

clearSelectionMethod · 0.95
fireMethod · 0.45

Tested by

no test coverage detected