1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

fset: rename options fset.format.option_current* to fset.format.option_selected*

This commit is contained in:
Sébastien Helleu
2017-06-18 09:02:09 +02:00
parent b6334ce355
commit 1552a2327f
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -693,7 +693,7 @@ fset_buffer_display_line (int y, struct t_fset_option *fset_option)
format_number = weechat_config_integer (fset_config_look_format_number);
line = weechat_string_eval_expression (
(selected_line) ?
fset_config_eval_format_option_current[format_number - 1] :
fset_config_eval_format_option_selected[format_number - 1] :
weechat_config_string (fset_config_format_option[format_number - 1]),
fset_buffer_hashtable_pointers,
fset_buffer_hashtable_extra_vars,