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

    Interface ITerminalInitOnlyOptions

    An object containing additional options for the terminal that can only be set on start up.

    interface ITerminalInitOnlyOptions {
        cols?: number;
        rows?: number;
    }
    Index
    cols?: number

    The number of columns in the terminal.

    rows?: number

    The number of rows in the terminal.