Add another FIXME

This commit is contained in:
Chris Jones 2007-07-28 22:27:44 +01:00
parent 8b06997fb2
commit 97a11e2155
1 changed files with 1 additions and 0 deletions

View File

@ -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 ())