summaryrefslogtreecommitdiff
path: root/fbgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'fbgl.h')
-rw-r--r--fbgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbgl.h b/fbgl.h
index bf9e928..2ef68f6 100644
--- a/fbgl.h
+++ b/fbgl.h
@@ -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);