@nightgrey/ansi
    Preparing search index...

    Function cursorPositionReport

    • Cursor Position Report (CPR) is a control sequence that reports the cursor's position.

      CSI Pl ; Pc R
      

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

      Parameters

      • line: number

        The line number (minimum 1)

      • column: number

        The column number (minimum 1)

      Returns string

      The CPR escape sequence