@nightgrey/ansi
    Preparing search index...

    Variable DECTABSRConst

    DECTABSR: (...stops: number[]) => string = tabStopReport

    DECTABSR is an alias for tabStopReport.

    Type declaration

      • (...stops: number[]): string
      • TabStopReport (DECTABSR) is the response to a tab stop report request. It reports the tab stops set in the terminal.

        The response is a list of tab stops separated by a slash (/) character.

        ```
        DCS 2 $ u D ... D ST
        ```
        

        Where D is a decimal number representing a tab stop.

        Parameters

        • ...stops: number[]

        Returns string