-
Notifications
You must be signed in to change notification settings - Fork 184
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
Does clearing screen reset background also #366
Comments
Unix uses Line 656 in cbedcf1
Windows uses Lines 292 to 298 in d95cd7c
|
Indeed, we should do both like |
Could you please give a try to PR #367 ? |
Yes, this looks better. I couldn't get it to repro with this PR. |
@gwenn - can we merge this fix for the next release, too? |
@jonathandturner 6.1.2 has been published. |
Recently, we had someone file this issue for nushell: nushell/nushell#1599
It seems as though when they use the clear screen shortcut, rustyline is able to clear the screen. But, when there's a background color (like the red we use for errors), that doesn't get cleared.
Is there a way to enable clearing the background also?
The text was updated successfully, but these errors were encountered: