@nightgrey/ansi
    Preparing search index...

    Variable DECRQMConst

    DECRQM: <T extends number>(mode: Mode) => `[${T}$p` | `[?${T}$p` = requestMode

    DECRQM is an alias for requestMode.

    Type declaration

      • <T extends number>(mode: Mode): `[${T}$p` | `[?${T}$p`
      • Request mode (DECRQM) returns a sequence to request a mode from the terminal. The terminal responds with a report mode function DECRPM.

        ANSI format:

        CSI Pa $ p
        

        DEC format:

        CSI ? Pa $ p
        

        Type Parameters

        • T extends number

        Parameters

        Returns `[${T}$p` | `[?${T}$p`