diff options
author | James Booth <boothj5@gmail.com> | 2012-10-06 00:20:50 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-10-06 00:20:50 +0100 |
commit | ee463894863f4101d73bfb848edd7c46e45ded67 (patch) | |
tree | 0e3241b9904b95395cdcc0347991bd3e6242241b | |
parent | 47fd81d5b9bff3219407a8c21795149882f191a6 (diff) | |
download | profani-tty-ee463894863f4101d73bfb848edd7c46e45ded67.tar.gz |
Decreased non blocking delay
-rw-r--r-- | src/input_win.c | 2 |
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 |