Description
Currently winsrv uses a bitmap with the size of the entire console buffer as a "frame buffer". This needs to be fixed, because it's an incredible waste of memory just to make back-scrolling a bit faster, or watever the idea here is. Instead it should render new lines as they are being displayed.