On Fri, Apr 05, 2019 at 02:45:35AM +0200, SZEDER Gábor wrote: > This patch series fixes two progress display issues by breaking > progress bars longer than the width of the terminal and by properly > cleaning up the previously shown progress bar. > > Changes since v2, following Eric's and Peff's suggestions: > > - Remove return statements that just became unnecessary in patch > 1/4. > > - Use size_t helper variables to store intermediate results of > calculations based on length of strings. Thanks, I have no more nits to pick. -Peff