send SIGCONT in run_subproc

This commit is contained in:
Sagar Tewari 2019-01-30 12:30:54 +05:30
parent b9594fa85d
commit 47585920aa

View file

@ -905,6 +905,7 @@ def run_subproc(cmds, captured=False):
if _should_set_title(captured=captured):
# set title here to get currently executing command
pause_call_resume(proc, builtins.__xonsh__.shell.settitle)
p.send_signal(signal.SIGCONT)
# create command or return if backgrounding.
if background:
return