@nightgrey/ansi
    Preparing search index...

    Variable DECCIRConst

    DECCIR: (...values: number[]) => string = cursorInformationReport

    DECCIR is an alias for cursorInformationReport.

    Type declaration

      • (...values: number[]): string
      • CursorInformationReport (DECCIR) is the response to a cursor information report request. It reports the cursor position, visual attributes, and character protection attributes. It also reports the status of origin mode [DECOM] and the current active character set.

        The response is a list of values separated by a semicolon (;) character.

        ```
        DCS 1 $ u D ... D ST
        ```
        

        Where D is a decimal number representing a value.

        Parameters

        • ...values: number[]

        Returns string