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
Magic functions return with Clr.RS as of v5.3.0.
This issue was known as "color leakage".
There's no need to have auto-reset as this abstraction could make it harder to voluntarily have color leakage.
Users would no longer be able to make whole chunks of text a single color, unless they turn this potential setting on and off all the time to account for different use cases within a single code base.
Like colorama's
init(autoreset=True)
The text was updated successfully, but these errors were encountered: