comparison src/protocols/irc/parse.c @ 12282:de27f2831309

[gaim-migrate @ 14586] Ethan's going to love this one. Someone in #wingaim pointed this out to me, and I'm assuming he's correct since that's what italic looks like and it, you know, makes sense. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 01 Dec 2005 05:52:21 +0000
parents d4725469b653
children d5088e83fe0c
comparison
equal deleted inserted replaced
12281:970fec1d7062 12282:de27f2831309
353 if (!underline) { 353 if (!underline) {
354 decoded = g_string_append(decoded, "<U>"); 354 decoded = g_string_append(decoded, "<U>");
355 underline = TRUE; 355 underline = TRUE;
356 } else { 356 } else {
357 decoded = g_string_append(decoded, "</U>"); 357 decoded = g_string_append(decoded, "</U>");
358 underline = TRUE; 358 underline = FALSE;
359 } 359 }
360 break; 360 break;
361 case '\007': 361 case '\007':
362 case '\026': 362 case '\026':
363 cur++; 363 cur++;