diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-18 17:46:54 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-18 17:46:54 +0000 |
commit | a9f04c5fd97edd0caef4913581a9b4ceb5f1bb6c (patch) | |
tree | 9248c1e0a43d0a5bc42c10cfb70aa6928ef7e0b4 /src/common/weeconfig.h | |
parent | 1e382ab9bda63f419c18074f7669349f6251b942 (diff) | |
download | weechat-a9f04c5fd97edd0caef4913581a9b4ceb5f1bb6c.zip |
Added "Day changed to [date]" message when day changes
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r-- | src/common/weeconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/weeconfig.h b/src/common/weeconfig.h index c540c499c..61f08d4b2 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -106,6 +106,8 @@ extern int cfg_look_infobar_delay_highlight; extern int cfg_look_hotlist_names_count; extern int cfg_look_hotlist_names_level; extern int cfg_look_hotlist_names_length; +extern int cfg_look_day_change; +extern char *cfg_look_day_change_timestamp; extern int cfg_col_title; extern int cfg_col_title_bg; |