From 806afcc014ba272b32f63e7d28edaf25cacd279e Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 8 Jul 2015 13:11:56 +0200 Subject: Allow hiding of empty presence groups: /roster {show,hide} empty (default is show) --- src/command/command.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/command/command.c') diff --git a/src/command/command.c b/src/command/command.c index 105e41e5..8ed3a3b6 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -196,9 +196,11 @@ static struct cmd_t command_defs[] = "show : Show the roster panel.", "show offline : Show offline contacts in the roster panel.", "show resource : Show contact's connected resources in the roster panel.", + "show empty : When grouping by presence, show empty presence groups", "hide : Hide the roster panel.", "hide offline : Hide offline contacts in the roster panel.", "hide resource : Hide contact's connected resources in the roster panel.", + "hide empty : When grouping by presence, hide empty presence groups", "by group : Group contacts in the roster panel by roster group.", "by presence : Group contacts in the roster panel by presence.", "by none : No grouping in the roster panel.", @@ -1439,6 +1441,7 @@ cmd_init(void) roster_option_ac = autocomplete_new(); autocomplete_add(roster_option_ac, "offline"); autocomplete_add(roster_option_ac, "resource"); + autocomplete_add(roster_option_ac, "empty"); roster_by_ac = autocomplete_new(); autocomplete_add(roster_by_ac, "group"); -- cgit 1.4.1-2-gfad0 d093f8e78033b9dcafcb52bbdcd92aed0c'>commit diff stats
path: root/doc/pydoc/ranger.ext.shutil_generatorized.html
blob: 343f3fa5c7480ba939d970167fee13f03242b709 (plain) (tree)