mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
7fd86b69ec
- Add `Event::FocusLost` - View groups: send a "focus lost" event to the focused child when the focus is changing. - Change return type of `View::take_focus` from `bool` to `Result<EventResult, CannotFocus>`. - Change return type of `View::focus_view` from `Result<(), ViewNotFound>` to `Result<EventResult, ViewNotFound>`. - Add `views::FocusTracker` to run callbacks on focus gain/loss. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
Readme.md |
Cursive-core
This crate is where most of cursive is defined, except for the backends.
Third-party libraries are encouraged to depend on this instead of cursive
, as it should have fewer semver breaking updates.