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

    Interface PointerResult

    Result of encoding a pointer action.

    interface PointerResult {
        data: Uint8Array;
        selected: boolean;
    }
    Index
    data: Uint8Array

    Bytes to forward to the PTY, possibly empty.

    selected: boolean

    Whether Ghostty updated its text selection.