ratatui/examples
Florian Dehau 3747ddbefb feat(backend): Refactor crossterm backend
* Remove compilation warnings
* Fix rendering artifacts in the crossterm demo. In particular, the bold modifier
was leaking on most of the terminal screen because the old logic was not
properly unsetting the bold modifier after use (took inspiration of the termion
backend implementation)
2019-10-31 09:17:47 +01:00
..
demo Add modifiers in demo 2019-03-10 17:43:56 +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): Refactor crossterm backend 2019-10-31 09:17:47 +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 Fix typo in table example. 2019-07-16 06:16:14 +02: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