-
Notifications
You must be signed in to change notification settings - Fork 818
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
Escape sequences after exiting app with run(mouse=False)
#4376
Comments
Actually if you try moving your mouse around for a few seconds while the app is running, it will crash with: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x82 in position 4: invalid start byte |
Maybe worth knowing: Of course, it's easily fixable but brought me some questions as I haven't noticed anything related in the latest release note. And noticed that, because we use it like |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
I found this while experimenting with the new
mouse
parameter added toApp.run
in Textual v0.55.0.Try exiting the app below and then moving the mouse in your terminal:
The text was updated successfully, but these errors were encountered: