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