From ce40e27efe31bba41196b78e7cdab5b236141df4 Mon Sep 17 00:00:00 2001 From: sasha Date: Tue, 18 Sep 2007 22:27:41 +0000 Subject: [PATCH] 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. --- src/command.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1