mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
Removed sleep
This commit is contained in:
@@ -8,8 +8,6 @@ int main() {
|
|||||||
|
|
||||||
indicators::show_console_cursor(false);
|
indicators::show_console_cursor(false);
|
||||||
|
|
||||||
std::this_thread::sleep_for(std::chrono::milliseconds(2000));
|
|
||||||
|
|
||||||
{
|
{
|
||||||
// Plain old ASCII
|
// Plain old ASCII
|
||||||
indicators::ProgressBar bar{indicators::option::BarWidth{50},
|
indicators::ProgressBar bar{indicators::option::BarWidth{50},
|
||||||
|
|||||||
Reference in New Issue
Block a user