diff options
| author | lvntky <klevent1903@gmail.com> | 2024-11-23 16:14:45 +0300 |
|---|---|---|
| committer | lvntky <klevent1903@gmail.com> | 2024-11-23 16:14:45 +0300 |
| commit | 24965e4b9180f8ced18088ee2a3b55fbf5cbd990 (patch) | |
| tree | 3c4cc508935c008eff5a92909416d937624529fe /fbgl.h | |
| parent | a9fc8857603bad82eb55bf0ab54ddaacb46b8443 (diff) | |
[feature] raw mode test (not passed)
Diffstat (limited to 'fbgl.h')
| -rw-r--r-- | fbgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -273,7 +273,7 @@ void fbgl_cleanup(int sig) int fbgl_check_esc_key() { char c; - struct timeval tv = { 0, 0 }; + struct timeval tv = { 0, 0 }; // Timeout of 0, to poll immediately fd_set fds; FD_ZERO(&fds); FD_SET(STDIN_FILENO, &fds); |
