p-ranav / indicators

Activity Indicators for Modern C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No percentage indication on Windows

F-I-D-O opened this issue · comments

When I try your very first example on Windows, there is no percentage indicator:
image

In PowerShell and Windows console, the progress bar does not even stay on the same line:
image

Is this the normal behavior on windows?

Add option::ShowPercentage(true) when declaring ProgressBar. Then you can see the percentage number coming out.

What needs to be done is to update the documentation. Samples are shown without that option, and leads to confusion.