cursive/src/views
Adrian Neumann c92b1acb6e Ignore keys properly in SelectView::on_event
on_event consumes all keypresses by trying to jump to the item that matches the char. Even if no such item is found, the key event is lost to the rest of the application. By returning EventResult::Ignored when the key press has no effect, the key event that have no effect on the SelectView can still be used by somebody else.
2017-10-26 20:23:00 +02:00
..
box_view.rs Rustfmt 2017-10-12 16:43:59 -07:00
button.rs Remove eprintln debug lines 2017-10-11 15:08:19 -07:00
canvas.rs Rustfmt 2017-10-12 16:43:59 -07:00
checkbox.rs Fix clippy warnings 2017-10-13 11:24:17 -07:00
dialog.rs Fix clippy warnings 2017-10-13 11:24:17 -07:00
dummy.rs Move DummyView to views module 2016-07-29 23:36:40 -07:00
edit_view.rs More rustfmt 2017-10-14 21:18:50 -07:00
id_view.rs Use intermediate type 2017-10-13 15:40:33 -07:00
layer.rs View::find_any now takes a closure instead of returning reference 2017-02-07 15:49:06 -08:00
linear_layout.rs More rustfmt 2017-10-14 21:18:50 -07:00
list_view.rs Fix possible panic in ListView 2017-10-14 23:08:18 -07:00
menu_popup.rs Better mouse scroll drag 2017-10-14 21:50:08 -07:00
menubar.rs Open menubar with Press rather than Release 2017-10-13 15:22:59 -07:00
mod.rs Rustfmt 2017-10-12 16:43:59 -07:00
on_event_view.rs More rustfmt 2017-10-14 21:18:50 -07:00
panel.rs Correct event relativization in Panel 2017-10-12 20:43:33 -07:00
progress_bar.rs More rustfmt 2017-10-14 21:18:50 -07:00
radio.rs Fix clippy warnings 2017-10-13 11:24:17 -07:00
select_view.rs Ignore keys properly in SelectView::on_event 2017-10-26 20:23:00 +02:00
shadow_view.rs Fix shadowview event relativization 2017-10-12 16:44:03 -07:00
sized_view.rs Apply rustfmt 2016-10-02 15:22:29 -07:00
slider_view.rs Fix clippy warnings 2017-10-13 11:24:17 -07:00
stack_view.rs Fix shadowview event relativization 2017-10-12 16:44:03 -07:00
text_area.rs Better mouse scroll drag 2017-10-14 21:50:08 -07:00
text_view.rs Better mouse scroll drag 2017-10-14 21:50:08 -07:00
tracked_view.rs Rustfmt 2017-10-12 16:43:59 -07:00