Skip to content

Releases: getcuia/cusser

v0.1.1

07 Dec 11:40
Compare
Choose a tag to compare

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.

v0.1.0

01 Dec 21:16
Compare
Choose a tag to compare

This is the first release of cusser 🎉, a lightweight curses wrapper that understands ANSI escape code sequences.

cusser wraps a curses standard window object and intercepts ANSI escape code sequences with the help of stransi.

Install it with

$ pip install cusser

Notable features

cusser is released under the MIT open-source license.