requestTerminalVersionReport static method
Request the terminal to report its name and version (XTVERSION).
Terminals respond with DCS > | <text> ST, which UV decoding maps to
TerminalVersionMsg.
Implementation
static Cmd requestTerminalVersionReport() =>
writeRaw(term_ansi.Ansi.requestTerminalVersion);