added flush

main
Simon 6 months ago
parent 35d9c7bd48
commit bccd23c0c6

@ -81,7 +81,7 @@ extern "C" int main() {
Key key = Key(); Key key = Key();
while (true){ while (true){
if (PS2Controller::fetch(key)) { if (PS2Controller::fetch(key)) {
kout << key.ascii() ; kout << key.ascii() << flush ;
} }
} }

Loading…
Cancel
Save