Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timer broken in new Windows Terminal

enorfelt opened this issue · comments

In the new Windows Terminal.
When you start a new timer at the bottom of the terminal like this:
image

Each .Tick() breaks the progress bar up in multiple lines like this:
image

Repro steps

  1. Open a new "Windows terminal"
  2. Make sure you are at the bottom of the terminal
  3. Start a new progressbar

Expected
I dont want the progressbar to be broken in several lines.

Actual
The progressbar is broken up in several lines for each tick()

OBS
I get the same behavioure in a terminal in VS Code

Also having this issue.

Sadly I have also this issue with Cmder Window Terminal

This should now be fixed with #57

Keep an eye out for the next release and please comment here if it's not fixed. Closing this eagerly but will reopen if its still an issue.

Thanks for reporting!