We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug console.clear() events are included in save_text() output, resulting in garbage which is likely not intended.
To Reproduce
from rich.console import Console console = Console(record=True) console.clear() console.print("What is love?") console.save_text("test.txt")
Results in a text file with:
�[2J�[HWhat is love?
Platform ZSH (via VS Code's integrated terminal), rich 4.1.0
The text was updated successfully, but these errors were encountered:
Please try v4.2.0
Sorry, something went wrong.
Works there. Thanks for the fast turnaround!
No branches or pull requests
Describe the bug
console.clear() events are included in save_text() output, resulting in garbage which is likely not intended.
To Reproduce
Results in a text file with:
Platform
ZSH (via VS Code's integrated terminal), rich 4.1.0
The text was updated successfully, but these errors were encountered: