v0.1.1 #10
schneiderfelipe
announced in
Announcements
v0.1.1
#10
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a patch release of cusser, the lightweight curses wrapper that understands ANSI escape code sequences.
This mainly solves a bug where some attributes weren't reset by
\033[0m
(or\033[m
).Update it with
$ pip install -U cusser
Changes
Attribute.NORMAL
(e.g.,\033[0m
), which now resets all other attributes (26ff507)cusser is released under the MIT open-source license.
This discussion was created from the release v0.1.1.
Beta Was this translation helpful? Give feedback.
All reactions