From: root Date: Tue, 11 Apr 2006 11:07:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ff5a77aecd3baea4811501b8ae7d756064cb6da7;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 314f1c12..2a2e54c6 100644 --- a/Changes +++ b/Changes @@ -34,7 +34,9 @@ TODO: look into the selection hilight patch - the automove-background extension now properly works when the pixmap gets reset with an osc sequence (sqweek). - selection-pastebin did not work properly with non-latin1-characters. - - removed rxvtlib.h from the tarballe, it had no reason to be there + - apply colorUL only when the text colour is the default fg + (patch by Wu Fengguang). + - removed rxvtlib.h from the tarball, it had no reason to be there (spotted by Decklin Foster). - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported by omatunto_. diff --git a/src/screen.C b/src/screen.C index 5e3f4129..982f6d21 100644 --- a/src/screen.C +++ b/src/screen.C @@ -2298,7 +2298,7 @@ rxvt_term::scr_refresh () NOTHROW # endif } - if (rend & RS_Uline && ISSET_PIXCOLOR (Color_UL)) + if (rend & RS_Uline && fore == Color_fg && ISSET_PIXCOLOR (Color_UL)) fore = Color_UL; #endif