diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-07 19:43:19 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-07 19:43:19 +0100 |
commit | b6662ee3cf9f3401e8af58fb14d0b33a88906b67 (patch) | |
tree | 1764b7811ecfd75556832391db8e9dd9abf18391 /src/gui/gui-chat.h | |
parent | f7d719f8fdda73c9ef4ea1aa020e1767585c78a8 (diff) | |
download | weechat-b6662ee3cf9f3401e8af58fb14d0b33a88906b67.zip |
Add color support in option weechat.look.buffer_time_format
Diffstat (limited to 'src/gui/gui-chat.h')
-rw-r--r-- | src/gui/gui-chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h index 0f6ed04b7..57d74337d 100644 --- a/src/gui/gui-chat.h +++ b/src/gui/gui-chat.h @@ -67,6 +67,7 @@ extern void gui_chat_get_word_info (struct t_gui_window *window, int *word_length_with_spaces, int *word_length); extern char *gui_chat_get_time_string (time_t date); +extern int gui_chat_get_time_length (); extern void gui_chat_change_time_format (); extern char *gui_chat_build_string_prefix_message (struct t_gui_line *line); extern void gui_chat_printf_date_tags (struct t_gui_buffer *buffer, |