This commit is contained in:
antelle 2016-07-30 23:20:22 +03:00
parent b6c6c0b341
commit c73252004c
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ while true {
} else {
break
}
// ugly way to wait for all keystrokes to be sent. is there a better way?
usleep(100);
}