KennyOliver / VividHues

Super light Python string formatter! :rainbow: :package:

Home Page:https://pypi.org/project/VividHues/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autoreset Feature

KennyOliver opened this issue · comments

Like colorama's init(autoreset=True)

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.