Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application
MIT License
1.43k stars 134 forks source link

Timer broken in new Windows Terminal #53

Closed enorfelt closed 4 years ago

enorfelt commented 4 years ago

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

timmkrause commented 4 years ago

Also having this issue.

DurtyFree commented 4 years ago

Sadly I have also this issue with Cmder Window Terminal

Mpdreamz commented 4 years ago

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!