comparison mcabber/src/histolog.c @ 729:39f67cade02c

Use bold font for outgoing messages
author Mikael Berthe <mikael@lilotux.net>
date Mon, 06 Mar 2006 11:59:34 +0100
parents 1c3620668857
children 464be13343a9
comparison
equal deleted inserted replaced
728:421b337dc6d2 729:39f67cade02c
214 if ((tail > data+26) && (*(tail-1) == '\n')) 214 if ((tail > data+26) && (*(tail-1) == '\n'))
215 *(tail-1) = 0; 215 *(tail-1) = 0;
216 216
217 if (type == 'M') { 217 if (type == 'M') {
218 if (info == 'S') 218 if (info == 'S')
219 prefix_flags = HBB_PREFIX_OUT; 219 prefix_flags = HBB_PREFIX_OUT | HBB_PREFIX_HLIGHT;
220 else 220 else
221 prefix_flags = HBB_PREFIX_IN; 221 prefix_flags = HBB_PREFIX_IN;
222 xtext = ut_expand_tabs(&data[26]); // Expand tabs 222 xtext = ut_expand_tabs(&data[26]); // Expand tabs
223 hbuf_add_line(p_buddyhbuf, xtext, timestamp, prefix_flags, width); 223 hbuf_add_line(p_buddyhbuf, xtext, timestamp, prefix_flags, width);
224 if (xtext != &data[26]) 224 if (xtext != &data[26])