repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: e3cec4bf526854de1b84d247e650fd2a87f962ef: path_to: revision_to:
commit e3cec4bf526854de1b84d247e650fd2a87f962ef Author: Marc LehmannDate: Tue Apr 11 11:07:48 2006 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- 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
--- 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
-----END OF PAGE-----