return the newly created terminal
This commit is contained in:
parent
96114aa863
commit
ac7769b556
|
@ -34,6 +34,7 @@ class Terminator(Borg):
|
||||||
|
|
||||||
terminal = Terminal()
|
terminal = Terminal()
|
||||||
self.terminals.append(terminal)
|
self.terminals.append(terminal)
|
||||||
|
return(terminal)
|
||||||
|
|
||||||
def reconfigure_terminals(self):
|
def reconfigure_terminals(self):
|
||||||
"""Tell all terminals to update their configuration"""
|
"""Tell all terminals to update their configuration"""
|
||||||
|
|
Loading…
Reference in New Issue