From: sasha Date: Tue, 18 Sep 2007 22:27:41 +0000 (+0000) Subject: removed scr_clear() to hopefully get rid of a flicker for good - will have to see... X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ce40e27efe31bba41196b78e7cdab5b236141df4;p=dana%2Furxvt.git removed scr_clear() to hopefully get rid of a flicker for good - will have to see if that causes other problems, such as artifacts etc. --- diff --git a/src/command.C b/src/command.C index 326d02fd..9068ca6f 100644 --- a/src/command.C +++ b/src/command.C @@ -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