diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-03-19 23:27:35 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-03-19 23:27:35 +0000 |
commit | d0cca3924ec7d04321259264b23d0e083f2414c5 (patch) | |
tree | a50a2f8880052862058ea994886e0f184c280933 /tmux.h | |
parent | 34bb013b92a61233cc9feed7866a660e22693265 (diff) | |
download | rtmux-d0cca3924ec7d04321259264b23d0e083f2414c5.tar.gz rtmux-d0cca3924ec7d04321259264b23d0e083f2414c5.tar.bz2 rtmux-d0cca3924ec7d04321259264b23d0e083f2414c5.zip |
Sync OpenBSD patchset 863:
Add a -P option to detach to HUP the client's parent process (usually
causing it to exit as well).
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 }; /* |