Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@schneiderfelipe schneiderfelipe released this 07 Dec 11:40
· 44 commits to main since this release

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

  • Corrected behavior of Attribute.NORMAL (e.g., \033[0m), which now resets all other attributes (26ff507)

cusser is released under the MIT open-source license.