gespenst API - v0.1.0
    Preparing search index...

    Searches the complete retained Ghostty buffer and renders visible matches on one canvas.

    Implements

    Index
    • Clears query, indexed matches, active navigation, and highlights.

      Returns void

    • Removes the overlay and releases pending work and event subscriptions.

      Returns void

    • Selects the next match in retained-buffer order, wrapping after the final match.

      Parameters

      Returns Promise<boolean>

    • Selects the previous match in retained-buffer order, wrapping before the first match.

      Parameters

      Returns Promise<boolean>

    • Materializes one completed match without exposing an unbounded result array.

      Parameters

      • index: number

      Returns SearchMatch | undefined