about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 15f095bf..308d4046 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, 100);
+    wtimeout(inp_win, 20);
 }
 
 void