We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo looks strange on MacOS with default font settings in terminal.
Run following on MacOS cargo run --example=demo2 --features="crossterm widget-calendar"
cargo run --example=demo2 --features="crossterm widget-calendar"
and you'll see something like on the screenshot.
Would be good if it will e displayed without glitches.
MacOS terminal, zsh.
The text was updated successfully, but these errors were encountered:
Try the demo in iTerm2, Alacritty or Kitty on MacOS. The MacOS default Terminal.app does not support true colors:
https://github.com/ratatui-org/ratatui/blob/935a7187c273e0efc876d094d6247d50e28677a3/src/style/color.rs#L109-L111
duplicate of ratatui/ratatui#475
Sorry, something went wrong.
I'm going to move this over to the website repo and mark it as documentation needed.
No branches or pull requests
Description
Demo looks strange on MacOS with default font settings in terminal.
To Reproduce
Run following on MacOS
cargo run --example=demo2 --features="crossterm widget-calendar"
and you'll see something like on the screenshot.
Expected behavior
Would be good if it will e displayed without glitches.
Screenshots
Environment
MacOS terminal, zsh.
The text was updated successfully, but these errors were encountered: