aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
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.1
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.1')
-rw-r--r--tmux.13
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 51d927a5..c9e5815a 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3141,13 +3141,14 @@ The following variables are available, where appropriate:
.It Li "saved_cursor_y" Ta "" Ta "Saved cursor Y in pane"
.It Li "scroll_region_lower" Ta "" Ta "Bottom of scroll region in pane"
.It Li "scroll_region_upper" Ta "" Ta "Top of scroll region in pane"
-.It Li "session_attached" Ta "" Ta "1 if session attached"
+.It Li "session_attached" Ta "" Ta "Number of clients session is attached to"
.It Li "session_created" Ta "" Ta "Integer time session created"
.It Li "session_created_string" Ta "" Ta "String time session created"
.It Li "session_group" Ta "" Ta "Number of session group"
.It Li "session_grouped" Ta "" Ta "1 if session in a group"
.It Li "session_height" Ta "" Ta "Height of session"
.It Li "session_id" Ta "" Ta "Unique session ID"
+.It Li "session_many_attached" Ta "" Ta "1 if multiple clients attached"
.It Li "session_name" Ta "#S" Ta "Name of session"
.It Li "session_width" Ta "" Ta "Width of session"
.It Li "session_windows" Ta "" Ta "Number of windows in session"