about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-06 00:20:50 +0100
committerJames Booth <boothj5@gmail.com>2012-10-06 00:20:50 +0100
commitee463894863f4101d73bfb848edd7c46e45ded67 (patch)
tree0e3241b9904b95395cdcc0347991bd3e6242241b
parent47fd81d5b9bff3219407a8c21795149882f191a6 (diff)
downloadprofani-tty-ee463894863f4101d73bfb848edd7c46e45ded67.tar.gz
Decreased non blocking delay
-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