aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-10 16:52:46 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-10 16:52:46 +0100
commitd01e7aac89fefff31e668ac2d668c84c345b9e67 (patch)
tree5d773b1d95cb96f9c3b70e1d34c355f283a0a136 /tmux.h
parent5fa377d9273ee609784acc538a5defa09feb3095 (diff)
downloadrtmux-d01e7aac89fefff31e668ac2d668c84c345b9e67.tar.gz
rtmux-d01e7aac89fefff31e668ac2d668c84c345b9e67.tar.bz2
rtmux-d01e7aac89fefff31e668ac2d668c84c345b9e67.zip
Add a -D flag to ask tmux not to daemonize, useful both for running a debugger
(lldb does not have follow-fork-mode) and for running with a managed supervisor init system. GitHub issue 2190.
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 5853030c..6a05e93d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1586,6 +1586,7 @@ struct client {
#define CLIENT_DEFAULTSOCKET 0x8000000
#define CLIENT_STARTSERVER 0x10000000
#define CLIENT_REDRAWPANES 0x20000000
+#define CLIENT_NOFORK 0x40000000
#define CLIENT_ALLREDRAWFLAGS \
(CLIENT_REDRAWWINDOW| \
CLIENT_REDRAWSTATUS| \