aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2014-03-31 21:37:55 +0000
committernicm <nicm>2014-03-31 21:37:55 +0000
commitb11de5adc7a89a23af2a778d4de12ac697c902a0 (patch)
tree96b948267f915fe3df33b9d327e81d6a5b156210 /tmux.h
parent9368914ee782f6ea9d7ea8f6b28b9d87ffae8023 (diff)
downloadrtmux-b11de5adc7a89a23af2a778d4de12ac697c902a0.tar.gz
rtmux-b11de5adc7a89a23af2a778d4de12ac697c902a0.tar.bz2
rtmux-b11de5adc7a89a23af2a778d4de12ac697c902a0.zip
Make session_attached a count and add session_many_attached flag.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 3a73dece..fe4a697b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1086,6 +1086,8 @@ struct session {
#define SESSION_UNATTACHED 0x1 /* not attached to any clients */
int flags;
+ u_int attached;
+
struct termios *tio;
struct environ environ;