i was probing so-called "key modifiers" capability that is implemented in xterm, its escape sequence is ``` \x1B[?0m \x1B[?1m \x1B[?2m \x1B[?4m ``` the terminal started underline everything, means those `?` ignored and request is treated as graphical
i was probing so-called "key modifiers" capability that is implemented in xterm, its escape sequence is
the terminal started underline everything, means those
?ignored and request is treated as graphical