You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.clear has not been handled (properly) for cmd and powershell since Rich 12.0.0.
Based on #2055 and #2066, rich 12.0.0 introduced using native windows console API for legacy terminals.
I'm posting this under [BUG] since rich 11.2 is able to clear console without problems. Apologies if this is a duplicate. Here's an external link from Microsoft for Clearing the Screen but something like this will work for me personally:
Describe the bug
Console.clear
has not been handled (properly) for cmd and powershell since Rich 12.0.0.Based on #2055 and #2066, rich 12.0.0 introduced using native windows console API for legacy terminals.
I'm posting this under [BUG] since rich 11.2 is able to clear console without problems. Apologies if this is a duplicate. Here's an external link from Microsoft for Clearing the Screen but something like this will work for me personally:
Provide a minimal code example that demonstrates the issue if you can. If the issue is visual in nature, consider posting a screenshot.
Platform
Click to expand
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
Windows Powershell and CMD
I may ask you to copy and paste the output of the following commands. It may save some time if you do it now.
If you're using Rich in a terminal:
The text was updated successfully, but these errors were encountered: