1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

fset: fix selected line after changing option fset.look.show_plugin_description

This commit is contained in:
Sébastien Helleu
2017-06-05 21:15:47 +02:00
parent 690ef1e309
commit 6ba65da06e
+3
View File
@@ -121,7 +121,10 @@ fset_config_change_show_plugin_description_cb (const void *pointer, void *data,
(void) option;
if (fset_buffer)
{
fset_buffer_selected_line = 0;
fset_buffer_refresh (1);
}
}
/*