Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some bars disappear as console scrolls #81

Open
danenglish2 opened this issue Feb 12, 2021 · 3 comments
Open

Some bars disappear as console scrolls #81

danenglish2 opened this issue Feb 12, 2021 · 3 comments

Comments

@danenglish2
Copy link

danenglish2 commented Feb 12, 2021

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

image

@danenglish2 danenglish2 changed the title Display malforms when console scrolls Some bars disappear as console scrolls Feb 12, 2021
@XardasLord
Copy link

Same happens to me

@TweakBox
Copy link

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
Copy link

check4game commented Sep 14, 2023

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 (:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants