diff options
author | Simmo Saan <simmo.saan@gmail.com> | 2019-04-13 14:45:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-04-13 14:45:53 +0200 |
commit | 97e90469187d1a03d8abbb636f0c30f40d07c713 (patch) | |
tree | e6e3961dbb5f51a02c7674a0f45245897ed86375 /src/core/wee-config.h | |
parent | 63c992922cb386b203680b05d4f1d24ed3442bca (diff) | |
download | weechat-97e90469187d1a03d8abbb636f0c30f40d07c713.zip |
core: add option weechat.look.buffer_time_same (closes #1127)
Diffstat (limited to 'src/core/wee-config.h')
-rw-r--r-- | src/core/wee-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/wee-config.h b/src/core/wee-config.h index 78ee67efa..69b32ad1f 100644 --- a/src/core/wee-config.h +++ b/src/core/wee-config.h @@ -149,6 +149,7 @@ extern struct t_config_option *config_look_buffer_search_force_default; extern struct t_config_option *config_look_buffer_search_regex; extern struct t_config_option *config_look_buffer_search_where; extern struct t_config_option *config_look_buffer_time_format; +extern struct t_config_option *config_look_buffer_time_same; extern struct t_config_option *config_look_color_basic_force_bold; extern struct t_config_option *config_look_color_inactive_buffer; extern struct t_config_option *config_look_color_inactive_message; @@ -355,6 +356,7 @@ extern int config_word_chars_input_count; extern char **config_nick_colors; extern int config_num_nick_colors; extern struct t_hashtable *config_hashtable_nick_color_force; +extern char *config_buffer_time_same_evaluated; extern struct t_hashtable *config_hashtable_completion_partial_templates; extern void config_set_nick_colors (); |