1
0
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:
James Booth 2012-10-05 00:12:11 +01:00
parent d493975d54
commit a6467e17c7

View File

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