*** empty log message ***
authorroot <root>
Fri, 27 Jan 2006 18:36:43 +0000 (18:36 +0000)
committerroot <root>
Fri, 27 Jan 2006 18:36:43 +0000 (18:36 +0000)
Changes
src/screen.C
src/version.h

diff --git a/Changes b/Changes
index ba4dea31590189bd1ebbc6825360d1330a9bcf46..f6bb032eadf3ef726a11c2bd90a68ba8d867890a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -12,6 +12,9 @@ WISH: just for fun, do shade and tint with XRender.
 WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
 DUMB: support tex fonts
 
+7.4
+       - screen background wasn't always erased properly when scrolling.
+
 7.3a Thu Jan 26 01:08:25 CET 2006
        - removed stoopid debugging message.
 
index 2b5dadebb57f71d92ced7c3330b2bd21a61204c8..67b02034282a4400f44b58f3c1187b7e2626049e 100644 (file)
@@ -642,16 +642,7 @@ rxvt_term::scr_scroll_text (int row1, int row2, int count) NOTHROW
 
       // erase newly scrolled-in lines
       for (int i = count; i--; )
-        {
-          // basically this is a slightly optimized scr_blank_screen_mem
-          // it is worth the effort on slower machines
-          line_t &l = ROW(nrow - 1 - i);
-
-          scr_blank_line (l, 0, l.l, rstyle);
-
-          l.l = 0;
-          l.f = 0;
-        }
+        scr_blank_screen_mem (ROW(nrow - 1 - i), rstyle);
 
       // now copy lines below the scroll region bottom to the
       // bottom of the screen again, so they look as if they
index 94771fa82e4bf2f8da7deb85c29873e9d49b5e47..b844bfcc0945e8a1771039a973d4ba3ece211744 100644 (file)
@@ -1,3 +1,3 @@
 // VERSION _must_ be \d.\d+
-#define VERSION "7.3a"
+#define VERSION "7.4"
 #define DATE   "2006-01-26"