Skip to content

0.6.0

Compare
Choose a tag to compare
@gyscos gyscos released this 04 Jul 04:44
· 1172 commits to main since this release
  • 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)