handle keyboard event

This commit is contained in:
Vincent Wei
2019-06-12 12:33:32 +08:00
parent 8a3437d948
commit 5e362a9afb
2 changed files with 526 additions and 27 deletions
+525 -26
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -276,7 +276,7 @@ static int wait_event (int which, int maxfd, fd_set *in, fd_set *out, fd_set *ex
else if (retvalue < 0) {
retvalue = -1;
}
return retvalue;
}