repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 11895c5c11c812cb3228cc63c930ffb3885cd7cd: path_to: revision_to:
commit 11895c5c11c812cb3228cc63c930ffb3885cd7cd Author: Emanuele GiaquintaDate: Thu Jan 20 16:41:23 2011 +0000 Remove commented out code. diff --git a/src/command.C b/src/command.C
--- a/src/command.C
+++ b/src/command.C
@@ -980,7 +980,6 @@ rxvt_term::flush ()
if (bgPixmap.flags & bgPixmap_t::hasChanged)
{
bgPixmap.flags &= ~bgPixmap_t::hasChanged;
-// scr_clear (true); This needs to be researched further!
scr_touch (false);
}
#endif
diff --git a/src/main.C b/src/main.C
--- a/src/main.C
+++ b/src/main.C
@@ -1092,12 +1092,6 @@ rxvt_term::resize_all_windows (unsigned int newwidth, unsigned int newheight, in
if (fix_screen || old_height == 0)
scr_reset ();
-#ifdef HAVE_BG_PIXMAP
-// TODO: this don't seem to have any effect - do we still need it ? If so - in which case exactly ?
-// if (bgPixmap.pixmap)
-// scr_touch (false);
-#endif
-
#ifdef USE_XIM
IMSetPosition ();
#endif
-----END OF PAGE-----