Open
Description
Describe the bug
The Web Console seems to fail to parse certain CSI escape sequences, and ends up echoing them.
This is unfortunate because it causes annoying glitches with programs like text editors and shells that use the kitty keyboard protocol
To Reproduce
- In the web console run
printf '\x1b[=5u'
- See that
5u
is echoed.
Expected behavior
Nothing should be echoed, since the string is a CSI-prefixed escape sequence
Additional context
Originally reported at fish-shell/fish-shell#10994