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:
26c128d
)
Simplify.
author
ayin
<ayin>
Sat, 16 Feb 2008 13:35:45 +0000
(13:35 +0000)
committer
ayin
<ayin>
Sat, 16 Feb 2008 13:35:45 +0000
(13:35 +0000)
src/screen.C
patch
|
blob
|
history
diff --git
a/src/screen.C
b/src/screen.C
index d63b5c2a3bc8b0f583d60f4ced8c1ad9e32fabae..e497d72c98f8fc93b2084aad22cc271ef76a5718 100644
(file)
--- a/
src/screen.C
+++ b/
src/screen.C
@@
-1994,11
+1994,11
@@
rxvt_term::scr_refresh () NOTHROW
/*
* A: set up vars
*/
- have_bg = 0;
refresh_count = 0;
+ have_bg = 0;
#ifdef HAVE_BG_PIXMAP
- have_bg
|
= bgPixmap.pixmap != None;
+ have_bg = bgPixmap.pixmap != None;
#endif
ocrow = oldcursor.row; /* is there an old outline cursor on screen? */