mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-27 19:21:52 +03:00
e477f3b5cd
* 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 #615 Signed-off-by: Tw <tw19881113@gmail.com> * add comment about unsafe Co-authored-by: Aram Drevekenin <aram@poor.dev> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |