1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Merge remote-tracking branch 'savar/master'

This commit is contained in:
James Booth 2014-12-29 16:04:21 +00:00
commit e7ddff61dc

View File

@ -178,7 +178,7 @@ wint_t
ui_get_char(char *input, int *size, int *result)
{
wint_t ch = inp_get_char(input, size, result);
if (ch != ERR) {
if (ch != ERR && *result != ERR) {
ui_reset_idle_time();
}
return ch;