requestModifyOtherKeysReport static method
Request the xterm ModifyOtherKeys mode.
Terminals respond with CSI > 4 ; <mode> m, which UV decoding maps to
ModifyOtherKeysMsg.
Implementation
static Cmd requestModifyOtherKeysReport() =>
writeRaw(term_ansi.Ansi.requestModifyOtherKeys);