fixed Issue

pushed console output 4 up
This commit is contained in:
/dev/root 2016-08-30 19:27:14 +02:00
parent a21c928364
commit f887f03231
2 changed files with 64 additions and 61 deletions

View File

@ -308,6 +308,9 @@ namespace Components
wrefresh(Console::InfoWindow);
wrefresh(Console::InputWindow);
// 3 Lines do not autoscroll, 1 has a linebreak -> skip 4 lines when initializing
Console::ScrollOutput(4);
Console::RefreshOutput();
}