mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
Minor updates
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
int main() {
|
||||
|
||||
indicators::show_console_cursor(false);
|
||||
std::cout << "\n\n";
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(2000));
|
||||
|
||||
@@ -182,7 +181,6 @@ int main() {
|
||||
}
|
||||
|
||||
indicators::show_console_cursor(true);
|
||||
std::cout << "\n\n";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user