You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code used for this bar: indicators::IndeterminateProgressBar bar{ indicators::option::BarWidth{40}, indicators::option::Start{"["}, indicators::option::Fill{"·"}, indicators::option::Lead{"<==>"}, indicators::option::End{"]"}, indicators::option::PostfixText{"Waiting For Mission Ready"}, indicators::option::ForegroundColor{indicators::Color::yellow}, indicators::option::FontStyles{std::vector<indicators::FontStyle>{indicators::FontStyle::bold}}, indicators::option::Stream{std::cout} };
When running the program inside the new "Windows Terminal" it works as expected, but the CMD is not,
Is it the expected result or there is some hidden option to trigger for it to work?
I am on windows 10.
The text was updated successfully, but these errors were encountered:
The code used for this bar:
indicators::IndeterminateProgressBar bar{ indicators::option::BarWidth{40}, indicators::option::Start{"["}, indicators::option::Fill{"·"}, indicators::option::Lead{"<==>"}, indicators::option::End{"]"}, indicators::option::PostfixText{"Waiting For Mission Ready"}, indicators::option::ForegroundColor{indicators::Color::yellow}, indicators::option::FontStyles{std::vector<indicators::FontStyle>{indicators::FontStyle::bold}}, indicators::option::Stream{std::cout} };
When running the program inside the new "Windows Terminal" it works as expected, but the CMD is not,
Is it the expected result or there is some hidden option to trigger for it to work?
I am on windows 10.
The text was updated successfully, but these errors were encountered: