projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce9c125
)
fixed scr_recolour to properly refresh screen when bgPixmap is on but color is still...
author
sasha
<sasha>
Wed, 6 Feb 2008 16:44:47 +0000
(16:44 +0000)
committer
sasha
<sasha>
Wed, 6 Feb 2008 16:44:47 +0000
(16:44 +0000)
src/screen.C
patch
|
blob
|
history
diff --git
a/src/screen.C
b/src/screen.C
index f6b19c7401fdc431069dda531d72f7f7b1cc5daf..d63b5c2a3bc8b0f583d60f4ced8c1ad9e32fabae 100644
(file)
--- 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
}
/* ------------------------------------------------------------------------- */