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:
d9d818a
)
removed scr_clear() to hopefully get rid of a flicker for good - will have to see...
author
sasha
<sasha>
Tue, 18 Sep 2007 22:27:41 +0000
(22:27 +0000)
committer
sasha
<sasha>
Tue, 18 Sep 2007 22:27:41 +0000
(22:27 +0000)
src/command.C
patch
|
blob
|
history
diff --git
a/src/command.C
b/src/command.C
index 326d02fd406739df9366d75263c875fc50acc095..9068ca6fc5f3fb3e8f7b81a11954d48754bffcde 100644
(file)
--- 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