Const
An escape sequence that requests the current cursor position.
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 R Copy
CSI Pl ; Pc R
Where Pl is the line number and Pc is the column number.
https://vt100.net/docs/vt510-rm/CPR.html
An escape sequence that requests the current cursor position.
The terminal will report the cursor position as a
CSI
sequence in the following format:Where Pl is the line number and Pc is the column number.