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

    Interface TerminalBufferRange

    Half-open absolute row range within the active terminal buffer.

    interface TerminalBufferRange {
        end: number;
        start: number;
    }
    Index
    end: number

    Row after the last row to read.

    start: number

    First row to read, measured from the oldest retained row.