diff 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
line wrap: on
line diff
--- a/mcabber/mcabber/screen.h	Mon Nov 04 21:48:04 2013 +0100
+++ b/mcabber/mcabber/screen.h	Thu Apr 03 16:11:16 2014 +0200
@@ -51,6 +51,7 @@
   COLOR_INFO,
   COLOR_MSGIN,
   COLOR_READMARK,
+  COLOR_TIMESTAMP,
   COLOR_max
 };
 
@@ -129,7 +130,7 @@
 guint scr_gettextwidth(void);
 guint scr_gettextheight(void);
 guint scr_getlogwinheight(void);
-void  scr_line_prefix(hbb_line *line, char *prefix, guint preflen);
+size_t scr_line_prefix(hbb_line *line, char *prefix, guint preflen);
 
 void scr_beep(void);
 void scr_check_auto_away(int activity);