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

@ -57,6 +57,7 @@ void OutStream::fill_use_char() {
this->fill_used++;
}
void OutStream::flush() {
// TODO: Should not be reset like this
// Flushing resets fixed width
this->base = 10;
this->fill_char = ' ';