You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var pos = Console.GetCursorPosition(); if ((pos.Top - (Console.WindowHeight - 4)) >= 0) Console.SetWindowPosition(0, pos.Top - (Console.WindowHeight - 4));
work fine on windows only (:
Maybe I'm doing something wrong, but is the image below normal behavior? Some bars disappear, some don't as it scrolls?
The text was updated successfully, but these errors were encountered: