1

implement autoscrolling on screen borders

This commit is contained in:
churl
2022-05-06 17:30:42 +02:00
parent 12513926d8
commit 38d0ff6e00
5 changed files with 32 additions and 11 deletions

View File

@ -26,6 +26,7 @@
void CGA_Stream::flush() {
print(buffer, pos, attribute(this->color_bg, this->color_fg, this->blink));
// TODO: Should not be reset like this
// Flushing resets attributes
this->blink = false;
this->color_bg = CGA::BLACK;