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

fset: use option fset.look.marked_string in buffer title when options are marked

This commit is contained in:
Sébastien Helleu
2017-06-17 14:12:12 +02:00
parent 01ce879433
commit 0542633d89
+2 -1
View File
@@ -54,7 +54,8 @@ fset_buffer_set_title ()
if (fset_option_count_marked > 0)
{
snprintf (str_marked, sizeof (str_marked),
" (*: %s%d%s)",
" (%s: %s%d%s)",
weechat_config_string (fset_config_look_marked_string),
weechat_color (weechat_config_string (fset_config_color_title_marked_options)),
fset_option_count_marked,
weechat_color ("bar_fg"));