mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Add support for autocomplete of /statuses command
This commit is contained in:
parent
9a58017385
commit
c850ee69cc
@ -925,6 +925,8 @@ _cmd_complete_parameters(char *input, int *size)
|
|||||||
prefs_autocomplete_boolean_choice);
|
prefs_autocomplete_boolean_choice);
|
||||||
_parameter_autocomplete(input, size, "/vercheck",
|
_parameter_autocomplete(input, size, "/vercheck",
|
||||||
prefs_autocomplete_boolean_choice);
|
prefs_autocomplete_boolean_choice);
|
||||||
|
_parameter_autocomplete(input, size, "/statuses",
|
||||||
|
prefs_autocomplete_boolean_choice);
|
||||||
|
|
||||||
if (win_current_is_groupchat()) {
|
if (win_current_is_groupchat()) {
|
||||||
PAutocomplete nick_ac = muc_get_roster_ac(win_current_get_recipient());
|
PAutocomplete nick_ac = muc_get_roster_ac(win_current_get_recipient());
|
||||||
|
Loading…
Reference in New Issue
Block a user