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

    Interface TerminalBufferSnapshot

    Buffer metadata and a requested page of rows captured together.

    interface TerminalBufferSnapshot {
        rows: readonly TerminalBufferRow[];
        state: TerminalBufferState;
    }
    Index
    rows: readonly TerminalBufferRow[]

    Requested, clamped rows.

    State corresponding to the returned rows.