diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-15 14:43:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-15 14:43:25 +0200 |
commit | fb14e67364f603723a48b3622ccf11c89efbe951 (patch) | |
tree | a5fd283b18886eeddd3b1ff6741dec9fb9f3bae8 /src/plugins/buflist | |
parent | a31de83a3c3d8fdf1a6e764d2bc00edf074ce7e4 (diff) | |
download | weechat-fb14e67364f603723a48b3622ccf11c89efbe951.zip |
buflist: improve help on option buflist.look.enabled
Diffstat (limited to 'src/plugins/buflist')
-rw-r--r-- | src/plugins/buflist/buflist-config.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/buflist/buflist-config.c b/src/plugins/buflist/buflist-config.c index 2148757f1..934bd67b5 100644 --- a/src/plugins/buflist/buflist-config.c +++ b/src/plugins/buflist/buflist-config.c @@ -529,7 +529,11 @@ buflist_config_init () buflist_config_look_enabled = weechat_config_new_option ( buflist_config_file, ptr_section, "enabled", "boolean", - N_("enable buflist"), + N_("enable buflist; it is recommended to use this option instead of " + "just hiding the bar because it also removes some internal hooks " + "that are not needed any more when the bar is hidden; you can " + "also use the command \"/buflist toggle\" or use the default key " + "alt+shift+b"), NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, &buflist_config_change_enabled, NULL, NULL, |