Mercurial > pidgin.yaz
changeset 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 | a94f46d89b61 |
children | 5f8d4ab6d375 |
files | src/protocols/yahoo/util.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/yahoo/util.c Mon Mar 15 23:32:39 2004 +0000 +++ b/src/protocols/yahoo/util.c Tue Mar 16 19:19:36 2004 +0000 @@ -632,6 +632,8 @@ g_string_append(dest, "\033[4m"); } else if (!g_ascii_strncasecmp(&src[i+1], "/U", sublen)) { g_string_append(dest, "\033[x4m"); + } else if (!g_ascii_strncasecmp(&src[i+1], "BR", sublen)) { + g_string_append_c(dest, '\n'); } else if (!g_ascii_strncasecmp(&src[i+1], "/BODY", sublen)) { /* mmm, </body> tags. *BURP* */ } else if (!g_ascii_strncasecmp(&src[i+1], "/FONT", sublen) && g_queue_peek_tail(tags)) {