about summary refs log tree commit diff stats
path: root/src/input_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_win.c')
-rw-r--r--src/input_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_win.c b/src/input_win.c
index 308d4046..15f095bf 100644
--- a/src/input_win.c
+++ b/src/input_win.c
@@ -110,7 +110,7 @@ inp_clear(void)
 void
 inp_non_block(void)
 {
-    wtimeout(inp_win, 20);
+    wtimeout(inp_win, 100);
 }
 
 void