blessed-components - v1.20.0
    Preparing search index...

    Interface ViewportSize

    Two-dimensional terminal size.

    interface ViewportSize {
        height: number;
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height: number

    Height measured in terminal rows.

    width: number

    Width measured in terminal cells.