diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-11 23:41:00 +0000 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-11 23:41:00 +0000 |
| commit | 9fe97aff62fc5d96cc366cc7085b03e8bfc469b6 (patch) | |
| tree | 12c08ed4d1e381efb1a3b95afed6df386707c5f6 /src/Main.c | |
| parent | cc42dbe9e282a5c30ce2d1baa9805927a79a19c3 (diff) | |
| download | insel-9fe97aff62fc5d96cc366cc7085b03e8bfc469b6.tar.gz | |
Diffstat (limited to 'src/Main.c')
| -rw-r--r-- | src/Main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ int main(int argc, char *argv[]) { fd_set fds; FD_ZERO(&fds); FD_SET(tty_fd, &fds); - struct timeval tv = { .tv_sec = 0, .tv_usec = 10000 }; + struct timeval tv = { .tv_sec = 0, .tv_usec = 100000 }; if (select(tty_fd + 1, &fds, NULL, NULL, &tv) > 0) { handle_input(); } |
