aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-03-06 11:25:27 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-03-06 11:25:27 +0000
commitb7f6356053638188a162df0d1912a6317e9d593d (patch)
treeedfeed4342889e0e7a83ccd10bb16bc7b3f6b0b1 /tmux.h
parentb65c72c45c79c3f1fea6446c83f6ac47e813a52a (diff)
downloadrtmux-b7f6356053638188a162df0d1912a6317e9d593d.tar.gz
rtmux-b7f6356053638188a162df0d1912a6317e9d593d.tar.bz2
rtmux-b7f6356053638188a162df0d1912a6317e9d593d.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 0a6ca4e4..fb2fb940 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1083,6 +1083,8 @@ struct session {
#define SESSION_UNATTACHED 0x1 /* not attached to any clients */
int flags;
+ u_int attached;
+
struct termios *tio;
struct environ environ;