Mpdreamz / shellprogressbar

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

Some bars disappear as console scrolls #81

Open danenglish2 opened 3 years ago

danenglish2 commented 3 years ago

Maybe I'm doing something wrong, but is the image below normal behavior? Some bars disappear, some don't as it scrolls?

image

XardasLord commented 2 years ago

Same happens to me

TweakBox commented 2 years ago

I noticed that as time would go on, the progress bar would slowly "eat" up the spaces above it and it would overwrite anything that's above it

check4game commented 9 months ago

Hi

before new ProgressBar

var pos = Console.GetCursorPosition(); if ((pos.Top - (Console.WindowHeight - 4)) >= 0) Console.SetWindowPosition(0, pos.Top - (Console.WindowHeight - 4)); work fine on windows only (: