Cursor Position Report (CPR) is a control sequence that reports the cursor's position.
CPR
CSI Pl ; Pc R Copy
CSI Pl ; Pc R
Where Pl is the line number and Pc is the column number.
The line number (minimum 1)
The column number (minimum 1)
The CPR escape sequence
https://vt100.net/docs/vt510-rm/CPR.html
Cursor Position Report (
CPR
) is a control sequence that reports the cursor's position.Where Pl is the line number and Pc is the column number.