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

    Interface TerminalGeometry

    Character-grid and backing-surface dimensions for a terminal.

    interface TerminalGeometry {
        cellHeightPx: number;
        cellWidthPx: number;
        cols: number;
        heightPx: number;
        rows: number;
        widthPx: number;
    }
    Index
    cellHeightPx: number

    Cell height in device pixels.

    cellWidthPx: number

    Cell width in device pixels.

    cols: number

    Number of character columns.

    heightPx: number

    Total backing-surface height in device pixels.

    rows: number

    Number of character rows.

    widthPx: number

    Total backing-surface width in device pixels.