Alexpux / MSYS2-pacman

MSYS2 port of Arch Linux packman package manager.
GNU General Public License v2.0
164 stars 34 forks source link

fix: duplicated progress bar on windows terminals #11

Closed radioflash closed 9 years ago

radioflash commented 9 years ago

This fixes the progress bar on non-MinTTY terminals like consolez or the default CMD.exe Without this, the progress bar is duplicated in a new line on every update.

This happens because carriage return in the windows terminal no longer works once a line is completely filled.

This fix works by simply not filling the line containing the progressbar completely.