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(mouse): prevent unhandled mouse events escape to terminal #976

Merged
merged 5 commits into from
Dec 28, 2021

Conversation

tlinford
Copy link
Contributor

@tlinford tlinford commented Dec 28, 2021

resolve #932 (workaround)

Avoid writing csi sgr mouse sequences that don't get parsed by termion to terminal.
Improve mouse copy by limiting copying only to release events that happen after a selection has been initiated.

@tlinford tlinford changed the title fix unhandled mouse events escaping to terminal fix(mouse): prevent unhandled mouse events escape to terminal Dec 28, 2021
@tlinford tlinford merged commit 6e35f29 into main Dec 28, 2021
@tlinford tlinford deleted the debug/#932-mouse-events-stdin branch December 28, 2021 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Random text input from mouse actions
1 participant