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

@ -16,11 +16,9 @@ void text_demo() {
kout << "Attribut (GREEN on WHITE): "
<< bgc(CGA::WHITE) << fgc(CGA::GREEN) << "GREEN on WHITE" << endl
<< "Attribut (WHITE on BLACK): "
<< bgc(CGA::BLACK) << fgc(CGA::WHITE) << "WHITE on BLACK" << endl
<< endl;
<< bgc(CGA::BLACK) << fgc(CGA::WHITE) << "WHITE on BLACK" << endl;
kout << "Test der Zahlenausgabefunktion:" << endl
<< endl
<< "| dec | hex | bin |" << endl
<< "+-------+-------+-------+" << endl;