From 1eb9d74b7e17974610e5d3ac0342df907e427817 Mon Sep 17 00:00:00 2001 From: sasha Date: Wed, 6 Feb 2008 16:44:47 +0000 Subject: [PATCH] fixed scr_recolour to properly refresh screen when bgPixmap is on but color is still plain --- src/screen.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/screen.C b/src/screen.C index f6b19c74..d63b5c2a 100644 --- a/src/screen.C +++ b/src/screen.C @@ -2483,11 +2483,12 @@ rxvt_term::scr_recolour () NOTHROW scrollbar_show (0); } +#endif + + /* bgPixmap.apply () does not do the following : */ scr_clear (); scr_touch (true); want_refresh = 1; - -#endif } /* ------------------------------------------------------------------------- */ -- 2.34.1