mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-26 22:50:47 +00:00
chore: add command to README to run demos without all unicode symbols
This commit is contained in:
parent
c98002eb76
commit
2fccee740b
1 changed files with 7 additions and 0 deletions
|
@ -56,6 +56,13 @@ you can see the same demo using the `crossterm` backend with the following comma
|
||||||
cargo run --example crossterm_demo --no-default-features --features="crossterm" --release -- --tick-rate 200
|
cargo run --example crossterm_demo --no-default-features --features="crossterm" --release -- --tick-rate 200
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If the user interface contains glyphs that are not displayed correctly by your terminal, you may want to run
|
||||||
|
the demo without those symbols:
|
||||||
|
|
||||||
|
```
|
||||||
|
cargo run --example crossterm_demo --no-default-features --features="crossterm" --release -- --tick-rate 200 --enhanced-graphics false
|
||||||
|
```
|
||||||
|
|
||||||
### Widgets
|
### Widgets
|
||||||
|
|
||||||
The library comes with the following list of widgets:
|
The library comes with the following list of widgets:
|
||||||
|
|
Loading…
Reference in a new issue