-
Notifications
You must be signed in to change notification settings - Fork 54
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
mouse sending random characters to the terminal after examples/minimal ends #316
Comments
@wmarini could you tell me what terminal are you using ? |
@wmarini I found the problem and pushed a very naive fix. Please have a try |
It's a $ echo $TERM
xterm-256color
$ echo $SHELL
/bin/bash
$ tty
/dev/pts/1 |
Thx I did some basic test with this terminal. Most of the problem reported should be fixed. There is still corner cases but I need more time to investigate. But the last commits should solve the issue you posted |
Yes, it 's fixed! A quick test with the last commit and that's working fine now! ;) Thank you! |
@wmarini Closing the issue then, thank you for the report |
Hello! I compiled the latest commit on my Ubuntu 22.04.3 Linux machine. After compiling, I found an issue with the "examples/minimal" program. When it finishes running, the mouse causes the terminal to display random characters when one of its button is pressed.
See below how to reproduce this issue:
Full output (before I lost control of the mouse in that terminal):
The text was updated successfully, but these errors were encountered: