@nightgrey/ansi
    Preparing search index...

    Variable panDownConst

    panDown: (n: number) => string = scrollUp

    PanDown is an alias for scrollUp.

    Type declaration

      • (n: number): string
      • scrollUp (SU) scrolls the screen up n lines. New lines are added at the bottom of the screen.

        ```
        CSI Pn S
        ```
        

        Parameters

        • n: number

        Returns string