[Bug] - web console wrongly echoes CSI escape sequences
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
5uis echoed.
Expected behavior
Nothing should be echoed, since the string is a CSI-prefixed escape sequence
Additional context Originally reported at https://github.com/fish-shell/fish-shell/issues/10994
Thanks for the report, I'll reach out to the internal team that owns the console is aware of the issue.
For clarification: are you finding this on "Get system log", "Get instance screenshot", EC2 Serial Console, or EC2 Instance Connect?
For clarification: are you finding this on "Get system log", "Get instance screenshot", EC2 Serial Console, or EC2 Instance Connect?
I'm not sure; @munntjlx would know.
This is more of "incorrect terminal emulation on the web console"
instance connect
Thanks, I've directed that team to this issue.