I want to make a scrolling textbox like in dos that has buffered capabilities.
The purpose of this box is for i/o communications and so if I decide to set the number of lines to ~1000, I want the first line to just scroll off, this way I still have the last 1000 lines to view, but I'm limiting...