From a9fa0679c25cfdece222197265f84de902c9c77a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 Dec 2005 00:52:38 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 2 ++ src/screen.C | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 61e1be81..56e8faea 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,8 @@ WISH: OnTheSpot editing, or maybe switch to miiiiiiif WISH: just for fun, do shade and tint with XRender. 6.1 +TODO: is14755 feedback for all redn_t attributes +TODO: trailing spaces rmeoval for rect selections - update iso8859-7 table (euro and drachma round-trip et al.). - fix a crash when the selection scrolls out of the scrollback while the user still drags. diff --git a/src/screen.C b/src/screen.C index 96a2e098..6823907a 100644 --- a/src/screen.C +++ b/src/screen.C @@ -2192,7 +2192,7 @@ rxvt_term::scr_refresh (unsigned char refresh_type) int fore = GET_FGCOLOR (rend); // desired foreground int back = GET_BGCOLOR (rend); // desired background - // only do special processing if any attributes are set, which is rare + // only do special processing if any attributes are set, which is unlikely if (rend & (RS_Bold | RS_Italic | RS_Uline | RS_RVid | RS_Blink | RS_Careful)) { #if ENABLE_STYLES -- 2.34.1