aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-08-18 23:02:40 +0100
committerThomas Adam <thomas@xteddy.org>2018-08-18 23:02:40 +0100
commite811132b055914f1b7b58fa14a56cd6664d34f7a (patch)
tree8aa94d91f018ec4588a948f601fce0c873bcf5c9 /tmux.h
parent522d751eee82b45dd508951c713ee9eba9de76ae (diff)
parentbd2896b65e8fd205e3207ed70558d9ebfd106909 (diff)
downloadrtmux-e811132b055914f1b7b58fa14a56cd6664d34f7a.tar.gz
rtmux-e811132b055914f1b7b58fa14a56cd6664d34f7a.tar.bz2
rtmux-e811132b055914f1b7b58fa14a56cd6664d34f7a.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index a7a74eb4..be342f0b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -942,9 +942,8 @@ struct session {
struct hooks *hooks;
struct options *options;
-#define SESSION_UNATTACHED 0x1 /* not attached to any clients */
-#define SESSION_PASTING 0x2
-#define SESSION_ALERTED 0x4
+#define SESSION_PASTING 0x1
+#define SESSION_ALERTED 0x2
int flags;
u_int attached;