Const
requestCursorPosition is 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.
https://vt100.net/docs/vt510-rm/CPR.html
use requestCursorPositionReport instead.
requestCursorPosition is 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.