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

    Interface Adjustments

    Adjust the size returned by a number of rows or columns. Most commonly, this will be used to reduce the number of rows by the number of lines in the user's prompt, using {rows: -1}.

    interface Adjustments {
        columns?: number;
        rows?: number;
    }
    Index

    Properties

    Properties

    columns?: number
    rows?: number