Mouse Movement Continuously Prints Characters in Terminal #29
-
This looks Amazing! I can't wait to use it, but I ran into this problem after 'ctrl-c' or 'q'. After exiting any movement of mouse inserts characters into terminal. All that can be done at that point is to close the terminal. I'm not sure if this is a bug or something wrong in my environment. To Reproduce I just ran the grid_auto example - python examples/grid_auto.py I have a screenshot, but don't see how to insert it. Platform Python 3.9.4 (default, Jul 13 2021, 11:18:03) [GCC 10.3.1 20210422 (Red Hat 10.3.1-1)] on linux (Fedora release 33)
Diagnose $ pip freeze
python -m rich.diagnose
python -m rich._windows
Anyone have any ideas what could be going wrong here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yeah, I've seen this happen on Alacritty terminal, but not any others. Most likely a bug in the code to enable / disable mouse support, but I've haven't figured it out yet. |
Beta Was this translation helpful? Give feedback.
Yeah, I've seen this happen on Alacritty terminal, but not any others. Most likely a bug in the code to enable / disable mouse support, but I've haven't figured it out yet.