comparison mcabber/src/histolog.c @ 1204:e802ec0c02d2

Basic support for nick highlighting in MUC rooms (the whole line is colored)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 28 Apr 2007 21:52:57 +0200
parents 9726c78a91f3
children 2de8f8ba1f34
comparison
equal deleted inserted replaced
1203:c96fef31ff96 1204:e802ec0c02d2
278 } 278 }
279 279
280 if (type == 'M') { 280 if (type == 'M') {
281 char *converted; 281 char *converted;
282 if (info == 'S') 282 if (info == 'S')
283 prefix_flags = HBB_PREFIX_OUT | HBB_PREFIX_HLIGHT; 283 prefix_flags = HBB_PREFIX_OUT | HBB_PREFIX_HLIGHT_OUT;
284 else 284 else
285 prefix_flags = HBB_PREFIX_IN; 285 prefix_flags = HBB_PREFIX_IN;
286 converted = from_utf8(&data[dataoffset+1]); 286 converted = from_utf8(&data[dataoffset+1]);
287 if (converted) { 287 if (converted) {
288 xtext = ut_expand_tabs(converted); // Expand tabs 288 xtext = ut_expand_tabs(converted); // Expand tabs