Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: properly skip over unrecognized CSI sequences. #467

Merged
merged 2 commits into from
Oct 3, 2022

Conversation

knz
Copy link
Contributor

@knz knz commented Sep 27, 2022

Fixes #466.

Also includes a removal of now-unnecessary code.

cc @muesli

key.go Show resolved Hide resolved
knz added 2 commits October 3, 2022 22:32
This became unnecessary when we fixed the support for the Alt modifier
on control characters.
@muesli
Copy link
Contributor

muesli commented Oct 3, 2022

Rebased master onto your branch.

@muesli muesli added the bug Something isn't working label Oct 3, 2022
@muesli muesli merged commit 7e7a729 into charmbracelet:master Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unknown CSI inputs result in garbage key events
3 participants