Edwin
Edwin
(Replaces previous comment) This problem occurs (only) on windows because the windows console allows a BufferHeight > WindowHeight (causing a vertical scrollbar to appear). This also means that Console.WindowsTop will...
Suggested patch to resolve this issue and #79 ```diff diff --git a/src/ShellProgressBar.Example/Examples/MessageBeforeAndAfterExample.cs b/src/ShellProgressBar.Example/Examples/MessageBeforeAndAfterExample.cs index 4280eef..eaaf98e 100644 --- a/src/ShellProgressBar.Example/Examples/MessageBeforeAndAfterExample.cs +++ b/src/ShellProgressBar.Example/Examples/MessageBeforeAndAfterExample.cs @@ -8,7 +8,7 @@ namespace ShellProgressBar.Example.Examples protected override Task StartAsync()...