requestCursorPositionReport static method
Request the terminal to report the current cursor position.
Terminals respond to CSI 6 n with CSI <row> ; <col> R, which UV
decoding maps to CursorPositionMsg.
Implementation
static Cmd requestCursorPositionReport() =>
writeRaw(term_ansi.Ansi.requestCursorPosition);