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.
718 stars 62 forks source link

Console.Clear() should not reset the current colors of the window. #57

Open goblinfactory opened 4 years ago

goblinfactory commented 4 years ago

currently if you call Clear(); the colors reset to White on Black, and you lose your current colors.