mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Merge branch 'master' into plugins
This commit is contained in:
commit
d5c8a126b1
@ -127,8 +127,11 @@ inp_get_char(char *input, int *size)
|
||||
if (result == ERR) {
|
||||
prof_handle_idle();
|
||||
}
|
||||
if (prefs_get_boolean(PREF_OUTTYPE) && (result != ERR) && !in_command
|
||||
&& _printable(ch)) {
|
||||
if (prefs_get_boolean(PREF_OUTTYPE)
|
||||
&& (result != ERR)
|
||||
&& (result != KEY_CODE_YES)
|
||||
&& !in_command
|
||||
&& _printable(ch)) {
|
||||
prof_handle_activity();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user