--- rxvt-unicode/src/xpm.C 2004/08/15 22:09:24 1.17 +++ rxvt-unicode/src/xpm.C 2004/08/23 18:48:03 1.19 @@ -352,6 +352,7 @@ XFreePixmap (display->display, bgPixmap.pixmap); bgPixmap.pixmap = None; } + XSetWindowBackground (display->display, TermWin.vt, pix_colors[Color_bg]); if (*file != '\0') @@ -383,7 +384,7 @@ if ((p = strchr (file, ';')) == NULL) p = strchr (file, '\0'); - rxvt_warn ("couldn't load XPM file \"%.*s\", ignoring.", (p - file), file); + rxvt_warn ("couldn't load XPM file \"%.*s\", ignoring.\n", (p - file), file); } free (f);