1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 19:23:13 +02:00

Add property in buffer to hide time for all lines

This commit is contained in:
Sebastien Helleu
2009-03-15 01:30:49 +01:00
parent 86ff3f775c
commit 31e562467e
6 changed files with 78 additions and 7 deletions
+1
View File
@@ -112,6 +112,7 @@ struct t_gui_buffer
int lines_count; /* number of lines in the buffer */
int lines_hidden; /* 1 if at least one line is hidden */
int prefix_max_length; /* length for prefix align */
int time_for_each_line; /* time is displayed for each line? */
int chat_refresh_needed; /* refresh for chat is needed ? */
/* (1=refresh, 2=erase+refresh) */