From 2fccee740b1e8394751c7e95952dcb71fe6b3c4d Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Tue, 14 Apr 2020 01:10:01 +0200 Subject: [PATCH] chore: add command to README to run demos without all unicode symbols --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 22d2c9f..cf90cd3 100644 --- a/README.md +++ b/README.md @@ -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 ``` +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 The library comes with the following list of widgets: