mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Decreased non blocking delay
This commit is contained in:
parent
47fd81d5b9
commit
ee46389486
@ -110,7 +110,7 @@ inp_clear(void)
|
|||||||
void
|
void
|
||||||
inp_non_block(void)
|
inp_non_block(void)
|
||||||
{
|
{
|
||||||
wtimeout(inp_win, 100);
|
wtimeout(inp_win, 20);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user