From 97a11e215543712e00436845a592926769036f1b Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sat, 28 Jul 2007 22:27:44 +0100 Subject: [PATCH] Add another FIXME --- terminator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminator.py b/terminator.py index a69bb71b..b0d728eb 100755 --- a/terminator.py +++ b/terminator.py @@ -299,6 +299,7 @@ if __name__ == '__main__': t4 = TerminatorTerm (term) # FIXME: BUG: These panes allow resizing to 0 width, which confuses the hell out of vte + # FIXME: Resizing doesn't seem to trigger a proper SIGWNCH in the terminals pane1 = gtk.HPaned () pane1.add1 (t1.get_box ()) pane1.add2 (t2.get_box ())