summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-03-03 08:51:47 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-03-03 08:51:47 +0000
commit7954126dcd6ec52020fde92c8be997482fa55ab6 (patch)
tree9e6dd32471652321eae8d53661d8ac473f993d97 /tmux.h
parentce91520e12d1f7460fb52df27b38a3e2937e325f (diff)
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 5ac3c172..61022983 100644
--- a/tmux.h
+++ b/tmux.h
@@ -375,6 +375,7 @@ enum msgtype {
MSG_SHELL,
MSG_STDERR,
MSG_STDOUT,
+ MSG_DETACHKILL
};
/*