@nightgrey/ansi
    Preparing search index...

    Variable da3Const

    da3: (unitID: string) => string = tertiaryDeviceAttributes

    DA3 is an alias for tertiaryDeviceAttributes

    Type declaration

      • (unitID: string): string
      • Tertiary Device Attributes (DA3) is a control sequence that reports the terminal's tertiary device attributes.

        CSI = c
        CSI = 0 c
        DCS ! | Text ST

        Where Text is the unit ID for the terminal.

        If no unit ID is given, or if the unit ID is 0, this function returns the request sequence. Otherwise, it returns the response sequence.

        Parameters

        • unitID: string

        Returns string