@nightgrey/ansi
    Preparing search index...

    Variable DECSTBMConst

    DECSTBM: (top: number, bot: number) => string = setTopBottomMargins

    DECSTBM is an alias for setTopBottomMargins.

    Type declaration

      • (top: number, bot: number): string
      • setTopBottomMargins (DECSTBM) sets the top and bottom margins for the scrolling region. The default is the entire screen.

        Default is 1 and the bottom of the screen.

        ```
        CSI Pt ; Pb r
        ```
        

        Parameters

        • top: number
        • bot: number

        Returns string