return the newly created terminal

This commit is contained in:
Chris Jones 2009-08-19 01:05:15 +01:00
parent 96114aa863
commit ac7769b556
1 changed files with 1 additions and 0 deletions

View File

@ -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"""