Open
Description
The progressbar instead of updating the current row print a new row with the updated values.
To fix this I've found that can be esily fixed by changing into Bar.php line 58 from
$size = Shell::columns();
to
$size = Shell::columns() - 1;
If it was ok as I fix I can also make a pull request for it.
Currently I've not tested it under others OS.