mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
parent
505dbfc95f
commit
9c28ebb954
@ -127,7 +127,10 @@ inp_get_char(char *input, int *size)
|
|||||||
if (result == ERR) {
|
if (result == ERR) {
|
||||||
prof_handle_idle();
|
prof_handle_idle();
|
||||||
}
|
}
|
||||||
if (prefs_get_boolean(PREF_OUTTYPE) && (result != ERR) && !in_command
|
if (prefs_get_boolean(PREF_OUTTYPE)
|
||||||
|
&& (result != ERR)
|
||||||
|
&& (result != KEY_CODE_YES)
|
||||||
|
&& !in_command
|
||||||
&& _printable(ch)) {
|
&& _printable(ch)) {
|
||||||
prof_handle_activity();
|
prof_handle_activity();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user