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
Jeffas 94877f4e7e Use constraints for table column widths
This allows table column widths to be adapted more and scale with the
UI.

The constraints are solved using the Cassowary solver. An added
constraint for fitting them all in the width is added.
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): Refactor crossterm backend 5 years ago
curses_demo.rs feat: curses instance can be passed to backend 5 years ago
custom_widget.rs Upgrade to 2018 edition 6 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 6 years ago
table.rs Use constraints for table column widths 5 years ago
tabs.rs Upgrade to 2018 edition 6 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