mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Decreased non blocking input delay
This commit is contained in:
parent
d493975d54
commit
a6467e17c7
@ -110,7 +110,7 @@ inp_clear(void)
|
||||
void
|
||||
inp_non_block(void)
|
||||
{
|
||||
wtimeout(inp_win, 500);
|
||||
wtimeout(inp_win, 20);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user