diff --git a/terminatorlib/terminatorterm.py b/terminatorlib/terminatorterm.py index fe36cff8..7bc852f0 100755 --- a/terminatorlib/terminatorterm.py +++ b/terminatorlib/terminatorterm.py @@ -245,7 +245,9 @@ class TerminatorTerm (gtk.VBox): while gtk.events_pending (): dbg ('WEIRD: Running a main loop iteration. 1') gtk.main_iteration () + dbg ('WEIRD: Flags before calling reconfigure_vte: %s' % self._vte.flags ()) self.reconfigure_vte () + dbg ('WEIRD: Flags after calling reconfigure_vte: %s' % self._vte.flags ()) def openurl (self, url): dbg ('openurl: viewing %s'%url)