iterm2-size - v1.0.0
    Preparing search index...

    Interface Rect

    Size of the terminal, in pixels.

    interface Rect {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    width: number