Spinner always using ASCII #1828
-
Information
Describe the bug To Reproduce using Spectre.Console;
AnsiConsole.Status()
.Spinner(Spinner.Known.Default)
.Start("Thinking...", ctx =>
{
Thread.Sleep(3000);
}); Expected behavior Screenshots Please upvote 👍 this issue if you are interested in it. |
Beta Was this translation helpful? Give feedback.
Answered by
patriksvensson
May 29, 2025
Replies: 1 comment 1 reply
-
This is entirely up to your terminal. You can read more about this at https://spectreconsole.net/best-practices under the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
patriksvensson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is entirely up to your terminal. You can read more about this at https://spectreconsole.net/best-practices under the
Configuring the Windows Terminal For Unicode and Emoji Support
section.