1
0
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:
James Booth 2012-10-06 00:20:50 +01:00
parent 47fd81d5b9
commit ee46389486

View File

@ -110,7 +110,7 @@ inp_clear(void)
void
inp_non_block(void)
{
wtimeout(inp_win, 100);
wtimeout(inp_win, 20);
}
void