Add a -P option to detach to HUP the client's parent process (usually

causing it to exit as well).
This commit is contained in:
Nicholas Marriott
2011-03-03 08:51:47 +00:00
parent ce91520e12
commit 7954126dcd
4 changed files with 31 additions and 7 deletions

1
tmux.h
View File

@ -375,6 +375,7 @@ enum msgtype {
MSG_SHELL,
MSG_STDERR,
MSG_STDOUT,
MSG_DETACHKILL
};
/*