Mercurial > pidgin
comparison src/protocols/yahoo/util.c @ 8455:622fd4e800b4
[gaim-migrate @ 9185]
at my instistance, marv was kind enough to fix the br tag thing
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Tue, 16 Mar 2004 19:19:36 +0000 |
| parents | be172fe866ac |
| children | b0cebd011cc0 |
comparison
equal
deleted
inserted
replaced
| 8454:a94f46d89b61 | 8455:622fd4e800b4 |
|---|---|
| 630 g_string_append(dest, "\033[x2m"); | 630 g_string_append(dest, "\033[x2m"); |
| 631 } else if (!g_ascii_strncasecmp(&src[i+1], "U", sublen)) { | 631 } else if (!g_ascii_strncasecmp(&src[i+1], "U", sublen)) { |
| 632 g_string_append(dest, "\033[4m"); | 632 g_string_append(dest, "\033[4m"); |
| 633 } else if (!g_ascii_strncasecmp(&src[i+1], "/U", sublen)) { | 633 } else if (!g_ascii_strncasecmp(&src[i+1], "/U", sublen)) { |
| 634 g_string_append(dest, "\033[x4m"); | 634 g_string_append(dest, "\033[x4m"); |
| 635 } else if (!g_ascii_strncasecmp(&src[i+1], "BR", sublen)) { | |
| 636 g_string_append_c(dest, '\n'); | |
| 635 } else if (!g_ascii_strncasecmp(&src[i+1], "/BODY", sublen)) { | 637 } else if (!g_ascii_strncasecmp(&src[i+1], "/BODY", sublen)) { |
| 636 /* mmm, </body> tags. *BURP* */ | 638 /* mmm, </body> tags. *BURP* */ |
| 637 } else if (!g_ascii_strncasecmp(&src[i+1], "/FONT", sublen) && g_queue_peek_tail(tags)) { | 639 } else if (!g_ascii_strncasecmp(&src[i+1], "/FONT", sublen) && g_queue_peek_tail(tags)) { |
| 638 char *etag, *cl; | 640 char *etag, *cl; |
| 639 | 641 |
