-
Notifications
You must be signed in to change notification settings - Fork 23
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
Investigate screen flickering on WSL/Windows Terminal #121
Conversation
I test using the new code, and find it always print
when I moving my mouse. Further, I found that everything I do that can make program to get an |
Can you check if the latest commit fixed the problem? |
Yes! |
The solution I pushed now is hacky. It will get cleaned up when I merge #119. Anyways I am merging this. |
Merged. Thanks @EiEddie for all your help. |
The flickering was caused due to screen being redrawn even on `InputEvent::Ignore` events Closes #120
@EiEddie I have pushed a patch release containing these changes. You can get it from crates.io. |
The flickering was caused due to screen being redrawn even on `InputEvent::Ignore` events Closes #120
@EiEddie can you test your code from this branch?. It will print out the events on the screen before handling them on the screen. This will help us investigate all the events that the event reader is reading.