github gyscos/cursive 0.7.0

latest releases: cursive_core-v0.3.7, cursive_core-v0.3.6, cursive-v0.20.0...
6 years ago
  • Adds mouse support (except pancurses backend for now)
  • Adds a ViewWrapper implementation (and therefore an automatic View implementation) for any type that implements DerefMut<Target: View> - this means View is automatically implemented for &mut View, Box<View> ...
  • Adds Canvas::wrap(View): this allow to wrap a view and easily override some of its methods.
  • Fixes some modifiers detection in ncurses backend

Don't miss a new cursive release

NewReleases is sending notifications on new releases.