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

#41 bugfix/write lastchar #46

Closed goblinfactory closed 4 years ago

goblinfactory commented 4 years ago

not going to fix this. Fixing this means that a lot of valuable behaviour may not be possible, specifically filling a small window exactly, without setting it to clipping = true, will not be possible, since writing the last char will cause the window to scroll.

merging this because this branch includes some small refactorings to make investigating this issue easier which are useful for the main code.