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

Same happens to me
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
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 (: