Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix unexpected pane closing issue with nushell
nushell doesn't create a new process group when spawnning a process, so all processes including the ones spwanned by us are in the same foreground group. So if kernel will send signal to every member of this group. This patch fixes this issue by creating a new foreground process group when spawnning a new terminal pane. Fix zellij-org#615 Signed-off-by: Tw <tw19881113@gmail.com>
- Loading branch information