mrsh icon indicating copy to clipboard operation
mrsh copied to clipboard

Reset process/job internal state when starting subshell

Open emersion opened this issue 5 years ago • 0 comments

We don't want to track our parent's processes.

Probably need to do this in subshell_fork. This command:

(wait)

should always return immediately.

emersion avatar Jun 07 '19 17:06 emersion