pancurses v0.8.0 Release Notes

Release Date: 2017-03-05 // about 7 years ago
    • ➕ Added doupdate(), noutrefresh(), delay_output()
    • 🗄 There is now an Attribute enum and a ColorPair struct that should make working with attributes and color pairs easier. This is the first step towards deprecating the 'chtype' based API in favour of a more strongly typed one. Attributes and ColorPairs support the | and ^ operators, at least for now, so that they work as a drop-in replacement for chtypes.