1

reenable scrollback

This commit is contained in:
2022-07-11 15:37:16 +02:00
parent 012f68838b
commit 52ad3fc752
3 changed files with 34 additions and 34 deletions

View File

@ -16,7 +16,7 @@
#define __CGA_Stream_include__
// #include "devices/BufferedCGA.h"
#include "devices/CGA.h"
#include "devices/BufferedCGA.h"
#include "lib/OutStream.h"
// NOTE: I added this
@ -34,7 +34,7 @@ public:
};
// NOTE: I added this (changed this) to use BufferedCGA
class CGA_Stream : public OutStream, public CGA {
class CGA_Stream : public OutStream, public BufferedCGA {
private:
CGA_Stream(CGA_Stream& copy) = delete; // Verhindere Kopieren