summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-07-10 11:20:10 +0000
committernicm <nicm>2019-07-10 11:20:10 +0000
commitf4d858e7a0888cfd1d09c421f71729e833322851 (patch)
tree94ef4b0750b14587a72dc294ae9fadd2d614a7c2 /tmux.h
parentfc2016dbb665f01e795a89632a1bb74294bfc4e1 (diff)
Add -F to refresh-client to specify flags for control clients - one flag
at the moment, no-output which turns off forwarding pane output. From Thomas Adam. GitHub issue 1834.
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 fdb0a7c7..b09b52a8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1516,6 +1516,7 @@ struct client {
#define CLIENT_STATUSOFF 0x800000
#define CLIENT_REDRAWSTATUSALWAYS 0x1000000
#define CLIENT_REDRAWOVERLAY 0x2000000
+#define CLIENT_CONTROL_NOOUTPUT 0x4000000
#define CLIENT_ALLREDRAWFLAGS \
(CLIENT_REDRAWWINDOW| \
CLIENT_REDRAWSTATUS| \