Sync OpenBSD patchset 863:

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:
Tiago Cunha
2011-03-19 23:27:35 +00:00
parent 34bb013b92
commit d0cca3924e
4 changed files with 35 additions and 11 deletions

3
tmux.h
View File

@ -1,4 +1,4 @@
/* $Id: tmux.h,v 1.610 2011-02-15 15:20:03 tcunha Exp $ */
/* $Id: tmux.h,v 1.611 2011-03-19 23:27:35 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -371,6 +371,7 @@ enum msgtype {
MSG_SHELL,
MSG_STDERR,
MSG_STDOUT,
MSG_DETACHKILL
};
/*