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:
bd582fb
)
*** empty log message ***
author
pcg
<pcg>
Sat, 31 Jan 2004 02:31:17 +0000
(
02:31
+0000)
committer
pcg
<pcg>
Sat, 31 Jan 2004 02:31:17 +0000
(
02:31
+0000)
src/screen.C
patch
|
blob
|
history
diff --git
a/src/screen.C
b/src/screen.C
index 62c098528c5fbe6660b3ac9bb386564483bcb9b6..de212c6df23786beec0b4d627104f43d54d329ea 100644
(file)
--- a/
src/screen.C
+++ b/
src/screen.C
@@
-2164,7
+2164,11
@@
rxvt_term::scr_refresh (unsigned char refresh_type)
*/
rxvt_font *font = (*TermWin.fontset)[fid];
- if (back == Color_bg)
+ if (back == fore)
+ font->clear_rect (xpixel, ypixel,
+ TermWin.fwidth * count, TermWin.fheight,
+ back);
+ else if (back == Color_bg)
{
if (must_clear)
{