1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

fset: remove option fset.look.show_help_bar

This commit is contained in:
Sébastien Helleu
2017-06-26 23:55:45 +02:00
parent be28f3c7f4
commit 16132ed7ba
24 changed files with 68 additions and 376 deletions
+2 -4
View File
@@ -59,8 +59,7 @@ fset_add_bar ()
{
weechat_bar_new (
FSET_BAR_NAME, "off", "0", "window",
"${fset.look.show_help_bar} "
"&& ${buffer.full_name} == " FSET_PLUGIN_NAME "." FSET_BAR_NAME,
"${buffer.full_name} == " FSET_PLUGIN_NAME "." FSET_BAR_NAME,
"top", "horizontal", "vertical", "3", "3",
"default", "cyan", "default", "on",
FSET_BAR_ITEM_NAME);
@@ -101,8 +100,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
fset_completion_init ();
if (weechat_config_boolean (fset_config_look_show_help_bar))
fset_add_bar ();
fset_add_bar ();
fset_bar_item_update ();