Minimal example doesn't work under Windows #16
Replies: 2 comments 2 replies
-
I recommend trying to run the example like this: cargo run --example dashboard --features="render-tui render-tui-crossterm render-line render-line-crossterm signal-hook render-line-autoconfigure progress-tree" It comes up with the TUI renderer by default and if it works, you can check it's code to see how it's brought up. Otherwise it's something fundamental related to the terminal you are using, it might not work there. You can also add these arguments to the line above to try the I hope that helps. |
Beta Was this translation helpful? Give feedback.
-
I should've excluded "Windows" in the title, I just wanted to make it clear it could be a "Windows thing" - or it might not be. Running from the repo fork The "problem" for me is that the The minimal example that I linked to doesn't seem to work for me and it appears outdated. Of course, it's likely a user error. Is it possible to confirm that the minimal example still works correctly before I knock myself out on it? |
Beta Was this translation helpful? Give feedback.
-
Hey there! Prodash looks awesome. Pretty excited to start using it but there is some confusion on how to get the renderer working.
Using the minimal example from here: https://docs.rs/prodash/21.0.0/prodash/render/tui/index.html
I updated the
render_fut
clause to:When I run the example the screen is blank. Any advice? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions