Skip to content

[Bug] - web console wrongly echoes CSI escape sequences #871

Open
@krobelus

Description

@krobelus

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

  1. In the web console run printf '\x1b[=5u'
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    aws-integrationAn issue integrating with an AWS ServicebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions