removed scr_clear() to hopefully get rid of a flicker for good - will have to see...
authorsasha <sasha>
Tue, 18 Sep 2007 22:27:41 +0000 (22:27 +0000)
committersasha <sasha>
Tue, 18 Sep 2007 22:27:41 +0000 (22:27 +0000)
src/command.C

index 326d02fd406739df9366d75263c875fc50acc095..9068ca6fc5f3fb3e8f7b81a11954d48754bffcde 100644 (file)
@@ -1040,7 +1040,7 @@ rxvt_term::flush ()
 #ifdef HAVE_BG_PIXMAP  
   if (bgPixmap.check_clearChanged ())
     {
-      scr_clear (true);
+//      scr_clear (true); This needs to be researched further!
       scr_touch (false);
     }
 #endif