-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[BUG] table line missing characters in windows terminal but not cmd #186
Comments
This is actually a bug in Python itself https://bugs.python.org/issue37871 A workaround would be to chop Rich output in to parts smaller than the buffer size used by Python. |
Fixed in v4.2.1 |
Wow, thanks! |
Try 4.2.2 Rich now writes a line at a time, which seems to fix it. I can't reproduce the problem on Windows 10. |
Tested on the original PC and it still happens, but tested on another Windows 10 one and it doesn't, so I'm chalking it up to an environment issue on this PC. Thanks for your work on this. |
Describe the bug
Running
python -m rich
in the latest windows terminal outputs three ??? characters in the line under the column headings.To Reproduce
Platform
The text was updated successfully, but these errors were encountered: