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

    Interface SearchPoint

    An absolute terminal-buffer coordinate.

    interface SearchPoint {
        column: number;
        row: number;
    }

    Hierarchy (View Summary)

    Index
    column: number

    Zero-based terminal cell column.

    row: number

    Zero-based row measured from the oldest retained row.