TextProgressBar(int w, string t, int minimum=0, int maximum=100, char s='[', char e=']', char m='=', char a='>')
Constructs a progress bar with a value range and visual configuration.
void setProgress(int p)
Updates the progress bar based on the provided progress value.
constexpr int TEXTPROGRESSBARNSTEPS
Number of discrete progress bar steps used for throttled printing.