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

Method requestRender

lib/selection-manager.ts:897–903  ·  view source on GitHub ↗

* Request a render update (triggers selection overlay redraw)

()

Source from the content-addressed store, hash-verified

895 * Request a render update (triggers selection overlay redraw)
896 */
897 private requestRender(): void {
898 // The render loop will automatically pick up the new selection state
899 // and redraw the affected lines. This happens at 60fps.
900 //
901 // Note: When clearSelection() is called, it adds dirty rows to dirtySelectionRows
902 // which the renderer can use to know which lines to redraw.
903 }
904}

Callers 6

clearSelectionMethod · 0.95
selectAllMethod · 0.95
selectMethod · 0.95
selectLinesMethod · 0.95
attachEventListenersMethod · 0.95
startAutoScrollMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected