From 24965e4b9180f8ced18088ee2a3b55fbf5cbd990 Mon Sep 17 00:00:00 2001 From: lvntky Date: Sat, 23 Nov 2024 16:14:45 +0300 Subject: [feature] raw mode test (not passed) --- fbgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fbgl.h') 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); -- cgit v1.2.3