mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-09 13:12:58 -06:00
Make the KameleonWrapper replace the lines on Windows as well
This commit is contained in:
@@ -599,7 +599,7 @@ void KameleonWrapper::progressBar(int current, int end) {
|
||||
int spWidth = barWidth - pos + 2;
|
||||
std::cout << "[" << std::setfill('=') << std::setw(eqWidth)
|
||||
<< ">" << std::setfill(' ') << std::setw(spWidth)
|
||||
<< "] " << iprogress << " % \r" << std::flush;
|
||||
<< "] " << std::setfill(' ') << std::setw(3) << iprogress << " % \r" << std::flush;
|
||||
}
|
||||
_lastiProgress = iprogress;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user