@nightgrey/ansi
    Preparing search index...

    Variable REQUEST_EXTENDED_CURSOR_POSITION_REPORTConst

    REQUEST_EXTENDED_CURSOR_POSITION_REPORT: "\u001b[?6n" = "\x1b[?6n"

    Request Extended Cursor Position Report (DECXCPR) is a sequence for requesting the cursor position report including the current page number.

    CSI ? 6 n
    

    The terminal will report the cursor position as a CSI sequence in the following format:

    CSI ? Pl ; Pc ; Pp R
    

    Where Pl is the line number, Pc is the column number, and Pp is the page number.