Const
Request Extended Cursor Position Report (DECXCPR) is a sequence for requesting the cursor position report including the current page number.
DECXCPR
CSI ? 6 n Copy
CSI ? 6 n
The terminal will report the cursor position as a CSI sequence in the following format:
CSI
CSI ? Pl ; Pc ; Pp R Copy
CSI ? Pl ; Pc ; Pp R
Where Pl is the line number, Pc is the column number, and Pp is the page number.
https://vt100.net/docs/vt510-rm/DECXCPR.html
Request Extended Cursor Position Report (
DECXCPR
) is a sequence for requesting the cursor position report including the current page number.The terminal will report the cursor position as a
CSI
sequence in the following format:Where Pl is the line number, Pc is the column number, and Pp is the page number.