@nightgrey/ansi
    Preparing search index...

    Variable REQUEST_CURSOR_POSITION_REPORTConst

    REQUEST_CURSOR_POSITION_REPORT: "\u001b[6n" = "\x1b[6n"

    An escape sequence that requests the current cursor position.

    CSI 6 n
    

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

    CSI Pl ; Pc R
    

    Where Pl is the line number and Pc is the column number.