mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 21:56:21 +00:00
Added timeout on input to stop 100% cpu usage
This commit is contained in:
@@ -83,7 +83,7 @@ void inp_clear(void)
|
||||
|
||||
void inp_non_block(void)
|
||||
{
|
||||
wtimeout(inp_win, 0);
|
||||
wtimeout(inp_win, 500);
|
||||
}
|
||||
|
||||
void inp_block(void)
|
||||
|
||||
Reference in New Issue
Block a user