1

synchronize textheavy demos

This commit is contained in:
2022-07-17 01:27:22 +02:00
parent b158f98639
commit e7985f4270
5 changed files with 19 additions and 17 deletions

View File

@ -14,7 +14,10 @@ void TextDemo::run() {
/* Hier muess Code eingefuegt werden */
kout << "TextDemo\n" << endl;
kout.lock();
kout.clear();
kout << "TextDemo\n"
<< endl;
kout << "Attribut (GREEN on WHITE): "
<< white_b << green_f << "GREEN on WHITE" << endl
@ -34,6 +37,7 @@ void TextDemo::run() {
}
kout << endl;
kout.unlock();
scheduler.exit();
}