From ac7769b55620767beeeb2fdda384e1303e9cc3db Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 19 Aug 2009 01:05:15 +0100 Subject: [PATCH] return the newly created terminal --- terminatorlib/newterminator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/newterminator.py b/terminatorlib/newterminator.py index d301932d..be8132eb 100755 --- a/terminatorlib/newterminator.py +++ b/terminatorlib/newterminator.py @@ -34,6 +34,7 @@ class Terminator(Borg): terminal = Terminal() self.terminals.append(terminal) + return(terminal) def reconfigure_terminals(self): """Tell all terminals to update their configuration"""