parent
0d300a637d
commit
aa07f83509
|
@ -638,7 +638,7 @@ class Application(object):
|
||||||
switch_to = switch(status)
|
switch_to = switch(status)
|
||||||
else:
|
else:
|
||||||
switch_to = bool(switch)
|
switch_to = bool(switch)
|
||||||
self.data_buffer(name, output, switch_to=switch_to, modename=None)
|
self.data_buffer(name, output, switch_to=switch_to, modename=modename)
|
||||||
return status
|
return status
|
||||||
def run_external(self, *args):
|
def run_external(self, *args):
|
||||||
curses.reset_shell_mode()
|
curses.reset_shell_mode()
|
||||||
|
|
Loading…
Reference in New Issue