mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 14:46:21 +00:00
Decreased non blocking input delay
This commit is contained in:
@@ -110,7 +110,7 @@ inp_clear(void)
|
||||
void
|
||||
inp_non_block(void)
|
||||
{
|
||||
wtimeout(inp_win, 500);
|
||||
wtimeout(inp_win, 20);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user