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:
commit
e7ddff61dc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user