goblinfactory / konsole

Home of the simple console library consisting of ProgressBar, Window, Form, Draw & MockConsole (C# console progress bar with support for single or multithreaded progress updates) Window is a 100%-ish console compatible window, supporting all normal console writing to a windowed section of the screen, supporting scrolling and clipping of console output.
719 stars 62 forks source link

Update ProgressBarInsideWindow.cs #88

Closed JulianTurner closed 3 years ago

JulianTurner commented 3 years ago

matching the readme and adding Console.ReadLine(); to keep the console open. This will benefit beginners.