*** empty log message ***
authorroot <root>
Tue, 27 Dec 2005 00:52:38 +0000 (00:52 +0000)
committerroot <root>
Tue, 27 Dec 2005 00:52:38 +0000 (00:52 +0000)
Changes
src/screen.C

diff --git a/Changes b/Changes
index 61e1be8142d1083d8aef2cd69dd29854126793e8..56e8faea863dbd708971f4eb6718c6240480d9d6 100644 (file)
--- 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.
index 96a2e0985cde42e900c7d6c83128b6489c5d87da..6823907aed2c07786d88ce2c7e1ac39e4ce83a21 100644 (file)
@@ -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