You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tui-rs/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
5 years ago
..
demo Use constraints for table column widths 5 years ago
util feat: add rustbox and crossterm demo 5 years ago
barchart.rs Support several modifiers and indexed colors at once 5 years ago
block.rs Support several modifiers and indexed colors at once 5 years ago
canvas.rs style: fix clippy warnings 5 years ago
chart.rs Fix some examples that accidentally changed color 5 years ago
crossterm_demo.rs feat(backend): bump crossterm to 0.13 5 years ago
curses_demo.rs feat: curses instance can be passed to backend 5 years ago
custom_widget.rs Upgrade to 2018 edition 5 years ago
gauge.rs Support several modifiers and indexed colors at once 5 years ago
layout.rs fix(examples): remove logging in layout example 5 years ago
list.rs Support several modifiers and indexed colors at once 5 years ago
paragraph.rs Support several modifiers and indexed colors at once 5 years ago
rustbox_demo.rs feat: add rustbox and crossterm demo 5 years ago
sparkline.rs Upgrade to 2018 edition 5 years ago
table.rs Use constraints for table column widths 5 years ago
tabs.rs Upgrade to 2018 edition 5 years ago
termion_demo.rs feat: add rustbox and crossterm demo 5 years ago
user_input.rs [example: user_input] Assure the cursor responds immediatel when hitting backspace 5 years ago