mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
Added date option for printf functions (weechat core and plugins API)
This commit is contained in:
@@ -40,7 +40,8 @@ enum t_gui_buffer_type
|
||||
|
||||
struct t_gui_line
|
||||
{
|
||||
time_t date; /* date/time of line */
|
||||
time_t date; /* date/time of line (may be past) */
|
||||
time_t date_printed; /* date/time when weechat print it */
|
||||
char *str_time; /* time string (for display) */
|
||||
char *prefix; /* prefix for line (may be NULL) */
|
||||
int prefix_length; /* prefix length (on screen) */
|
||||
|
||||
Reference in New Issue
Block a user