comparison mcabber/mcabber/screen.h @ 2090:16b04d64ec88

Add option to highlight timestamp added by server.
author Hermitifier
date Thu, 03 Apr 2014 16:11:16 +0200
parents 1b5a19b2ba44
children f56c214a19dc
comparison
equal deleted inserted replaced
2089:91a8f3740a1a 2090:16b04d64ec88
49 COLOR_ROSTERSELNMSG, 49 COLOR_ROSTERSELNMSG,
50 COLOR_ROSTERNMSG, 50 COLOR_ROSTERNMSG,
51 COLOR_INFO, 51 COLOR_INFO,
52 COLOR_MSGIN, 52 COLOR_MSGIN,
53 COLOR_READMARK, 53 COLOR_READMARK,
54 COLOR_TIMESTAMP,
54 COLOR_max 55 COLOR_max
55 }; 56 };
56 57
57 int COLOR_ATTRIB[COLOR_max]; 58 int COLOR_ATTRIB[COLOR_max];
58 59
127 128
128 guint scr_getprefixwidth(void); 129 guint scr_getprefixwidth(void);
129 guint scr_gettextwidth(void); 130 guint scr_gettextwidth(void);
130 guint scr_gettextheight(void); 131 guint scr_gettextheight(void);
131 guint scr_getlogwinheight(void); 132 guint scr_getlogwinheight(void);
132 void scr_line_prefix(hbb_line *line, char *prefix, guint preflen); 133 size_t scr_line_prefix(hbb_line *line, char *prefix, guint preflen);
133 134
134 void scr_beep(void); 135 void scr_beep(void);
135 void scr_check_auto_away(int activity); 136 void scr_check_auto_away(int activity);
136 137
137 138