1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -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 void
inp_non_block(void) inp_non_block(void)
{ {
wtimeout(inp_win, 500); wtimeout(inp_win, 20);
} }
void void