diff options
author | nicm <nicm> | 2017-11-02 18:52:05 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-11-02 18:52:05 +0000 |
commit | 17655e5ba65e37787cd9920e1a89aedf6f623957 (patch) | |
tree | 82313de0be4e5654a2299010991474d75913ade7 /tmux.1 | |
parent | 95850e1aca6697df784d02c24a0ca997f82f90f7 (diff) | |
download | rtmux-17655e5ba65e37787cd9920e1a89aedf6f623957.tar.gz rtmux-17655e5ba65e37787cd9920e1a89aedf6f623957.tar.bz2 rtmux-17655e5ba65e37787cd9920e1a89aedf6f623957.zip |
Format for group list of "other sessions" is a bit weird, just list all
the sessions in the group.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3714,7 +3714,7 @@ The following variables are available, where appropriate: .It Li "session_last_attached" Ta "" Ta "Time session last attached" .It Li "session_group" Ta "" Ta "Name of session group" .It Li "session_group_size" Ta "" Ta "Size of session group" -.It Li "session_group_others" Ta "" Ta "List of other sessions in group" +.It Li "session_group_list" Ta "" Ta "List of sessions in 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" |