Renders an ASCII progress bar to standard output.
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.
#define TEXTPROGRESSBARNSTEPS
Number of discrete progress bar steps used for throttled printing.