mcabber/mcabber/screen.h
changeset 2090 16b04d64ec88
parent 2063 1b5a19b2ba44
child 2101 f56c214a19dc
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