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

HighSpeed writer to support resize on window size change #75

Open goblinfactory opened 3 years ago

goblinfactory commented 3 years ago

Instead of locking a window to a set size, allow HighspeedWriter to call Render recursively on all child windows (consoles), so that the screen will be re-rendered using the new screen size/height, width.