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