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
♫ Christian Krause ♫ a6b25a4877
chore: add panic hook example (#593)
Without a terminal-resetting panic hook there are two main problems when
an application panics:

1.  The report of the panic is distorted because the terminal has not
    properly left the alternate screen and is still in raw mode.

2.  The terminal needs to be manually reset with the `reset` command.

To avoid this, the standard panic hook can be extended to first reset
the terminal.
2 years ago
..
demo chore: fix all clippy warnings 2 years ago
barchart.rs chore: fix all clippy warnings 2 years ago
block.rs chore: fix all clippy warnings 2 years ago
canvas.rs feat!: use crossterm as default backend 3 years ago
chart.rs chore: fix all clippy warnings 2 years ago
custom_widget.rs chore: fix all clippy warnings 2 years ago
gauge.rs chore: fix all clippy warnings 2 years ago
layout.rs chore: fix all clippy warnings 2 years ago
list.rs chore: self contained examples 2 years ago
panic.rs chore: add panic hook example (#593) 2 years ago
paragraph.rs chore: fix all clippy warnings 2 years ago
popup.rs chore: fix all clippy warnings 2 years ago
sparkline.rs chore: fix all clippy warnings 2 years ago
table.rs chore: fix table example 2 years ago
tabs.rs chore: fix all clippy warnings 2 years ago
user_input.rs chore: fix all clippy warnings 2 years ago