0.6.0
- Breaking change: Rename KeyEventView to OnEventView
- Fix possible panic when using
Cursive::find_id
(#114). - Add
ColorStyle::Custom
to allow use of colors outside of palette. - Add
Button::set_callback
- Add methods to access ListView's children
- Fix locale issue with ncurses
- Enable multiple successive calls to
Cursive::run
(for multiple event loop segments)