@@ -25,7 +25,7 @@ struct Tile {
void writeProgress(float progress, bool moveUp = false){
- int barWidth = 200;
+ int barWidth = 150;
if (moveUp){
// move up line
@@ -42,7 +42,7 @@ std::vector<std::string> split(const std::string& s, char delimiter)
}
@@ -13,7 +13,7 @@
const unsigned numberOfMeans = 20;
@@ -10,7 +10,7 @@
#include <regex>
@@ -9,7 +9,7 @@
#include <filesystem>
void writeProgress(float progress){
std::cout << "[";
int pos = barWidth * progress;
@@ -15,7 +15,7 @@
#include <sys/types.h>