Releases: gyscos/cursive
Releases · gyscos/cursive
0.3.7
0.3.6
- Add manual controls for event loop (
Cursive::step()
) - Better termion backend
- Added color support
- Better input support
- Detect terminal resize
- Add support for
Key::Tab
in pancurses backend - Initial attempt at ncurses support on macOS
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
- Added
RadioButton
andRadioGroup
- Added inner state to
Backend
, paving the way for alternative backends - Renamed
Dialog::new
->Dialog::around
View::find
updated to provide same features asCursive::find
- Made
ViewWrapper
generic and statically dispatched - Explicitly link to
ncursesw
- Added some unit tests to layout system
- Tutorials are now compile-tested