ratatui/examples
Timon e4873e4da9 feat(backend): bump crossterm to 0.13
* removed flush calls because execute already calls flush under the hood.
* moved some static functions into From traits
* removed useless clone in demo
* upgrade to crossterm 0.13
* map all errors
2019-11-29 09:06:59 +01:00
..
demo Use constraints for table column widths 2019-10-31 09:18:24 +01:00
util feat: add rustbox and crossterm demo 2019-02-10 23:28:31 +01:00
barchart.rs Support several modifiers and indexed colors at once 2019-03-10 15:56:56 +01:00
block.rs Support several modifiers and indexed colors at once 2019-03-10 15:56:56 +01:00
canvas.rs style: fix clippy warnings 2019-02-03 22:42:09 +01:00
chart.rs Fix some examples that accidentally changed color 2019-03-10 15:56:56 +01:00
crossterm_demo.rs feat(backend): bump crossterm to 0.13 2019-11-29 09:06:59 +01:00
curses_demo.rs feat: curses instance can be passed to backend 2019-02-26 07:49:59 +01:00
custom_widget.rs Upgrade to 2018 edition 2019-01-13 14:35:51 +00:00
gauge.rs Support several modifiers and indexed colors at once 2019-03-10 15:56:56 +01:00
layout.rs fix(examples): remove logging in layout example 2019-02-03 22:42:09 +01:00
list.rs Support several modifiers and indexed colors at once 2019-03-10 15:56:56 +01:00
paragraph.rs Support several modifiers and indexed colors at once 2019-03-10 15:56:56 +01:00
rustbox_demo.rs feat: add rustbox and crossterm demo 2019-02-10 23:28:31 +01:00
sparkline.rs Upgrade to 2018 edition 2019-01-13 14:35:51 +00:00
table.rs Use constraints for table column widths 2019-10-31 09:18:24 +01:00
tabs.rs Upgrade to 2018 edition 2019-01-13 14:35:51 +00:00
termion_demo.rs feat: add rustbox and crossterm demo 2019-02-10 23:28:31 +01:00
user_input.rs [example: user_input] Assure the cursor responds immediatel when hitting backspace 2019-06-03 20:12:10 +02:00