cursive/examples
Alexandre Bury 323805b52f Add scrolling to SelectView
Scrolling functionalities are stored in ScrollBase. Both TextView and
SelectView use it.
Also add letter search to SelectView (currently case sensitive).
And made the cities example bigger with a long list of capitals.
2015-05-31 16:38:53 -07:00
..
dialog.rs Remove viewpath in callbacks 2015-05-23 17:07:22 -07:00
edit.rs Update edit example 2015-05-26 23:49:07 -07:00
hello_world.rs Transform ncurses i32 key into Event enum 2015-05-27 18:04:33 -07:00
key_codes.rs Add UTF-8 input support 2015-05-27 22:17:52 -07:00
logs.rs Transform ncurses i32 key into Event enum 2015-05-27 18:04:33 -07:00
lorem.rs Fix focus for stack and text views. 2015-05-30 21:54:06 -07:00
mutation.rs Transform ncurses i32 key into Event enum 2015-05-27 18:04:33 -07:00
select.rs Add scrolling to SelectView 2015-05-31 16:38:53 -07:00