From b7f6356053638188a162df0d1912a6317e9d593d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 6 Mar 2014 11:25:27 +0000 Subject: Make session_attached a count and add session_many_attached flag. --- tmux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.h') 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; -- cgit