mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-18 09:08:08 +08:00
Add CI on github action. (#76)
This commit is contained in:
@@ -92,6 +92,8 @@ void EventListener(std::atomic<bool>* quit,
|
||||
|
||||
#else
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
int CheckStdinReady(int usec_timeout) {
|
||||
timeval tv = {0, usec_timeout};
|
||||
fd_set fds;
|
||||
|
Reference in New Issue
Block a user