@nightgrey/ansi
    Preparing search index...

    Variable reportModeConst

    reportMode: (mode: Mode, setting: ModeSetting) => string = Mode.report

    Type declaration

      • (mode: Mode, setting: ModeSetting): string
      • Report mode (DECRPM) returns a sequence that the terminal sends to the host in response to a mode request DECRQM.

        ANSI format:

        CSI Pa ; Ps ; $ y
        

        DEC format:

        CSI ? Pa ; Ps $ y
        

        Where Pa is the mode number, and Ps is the mode value.

        • 0: Not recognized
        • 1: Set
        • 2: Reset
        • 3: Permanent set
        • 4: Permanent reset

        Parameters

        Returns string