progressBar: added eol for each progressBar update when no STDOUT_FILENO

This commit is contained in:
Gwenhael Goavec-Merou
2025-08-26 17:49:01 +02:00
parent 2580aed994
commit 850c3d74e0
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ class ProgressBar {
std::chrono::time_point<std::chrono::system_clock> last_time;
bool _quiet;
bool _first;
bool _is_tty;
};
#endif