aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-01-17 18:01:21 +0000
committerThomas Adam <thomas@xteddy.org>2021-01-17 18:01:21 +0000
commit24c15eda793022f834fc28079f95ca71e2e2215c (patch)
tree48a01f6cbdc6680f52c7880aacc1c6b3d65b76f0 /tmux.h
parentd4866d5fe6214064882244ddb32f05480e9d8d91 (diff)
parent71c590a37f98d82c72279eddae74f9b8be146202 (diff)
downloadrtmux-24c15eda793022f834fc28079f95ca71e2e2215c.tar.gz
rtmux-24c15eda793022f834fc28079f95ca71e2e2215c.tar.bz2
rtmux-24c15eda793022f834fc28079f95ca71e2e2215c.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 0d7d8f48..3093424f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1636,7 +1636,7 @@ struct client {
#define CLIENT_DEAD 0x200
#define CLIENT_REDRAWBORDERS 0x400
#define CLIENT_READONLY 0x800
-/* 0x1000 unused */
+#define CLIENT_NOSTARTSERVER 0x1000
#define CLIENT_CONTROL 0x2000
#define CLIENT_CONTROLCONTROL 0x4000
#define CLIENT_FOCUSED 0x8000