diff options
author | nicm <nicm> | 2017-05-05 11:59:47 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-05-05 11:59:47 +0000 |
commit | 2fef10b9ac926de223e0e88b2d77489e983f62e5 (patch) | |
tree | 9ce7878ccf27322be9a62e73a1f3bf2668e253ce /tmux.1 | |
parent | d98d31690354ec6b53206c0b24834c877cd8ad5a (diff) | |
download | rtmux-2fef10b9ac926de223e0e88b2d77489e983f62e5.tar.gz rtmux-2fef10b9ac926de223e0e88b2d77489e983f62e5.tar.bz2 rtmux-2fef10b9ac926de223e0e88b2d77489e983f62e5.zip |
Add some formats to look at the session window stack, suggested by Scott
ROCHFORD.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3586,6 +3586,7 @@ The following variables are available, where appropriate: .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_stack" Ta "" Ta "Window indexes in most recent order" .It Li "session_width" Ta "" Ta "Width of session" .It Li "session_windows" Ta "" Ta "Number of windows in session" .It Li "socket_path" Ta "" Ta "Server socket path" @@ -3605,6 +3606,7 @@ The following variables are available, where appropriate: .It Li "window_name" Ta "#W" Ta "Name of window" .It Li "window_panes" Ta "" Ta "Number of panes in window" .It Li "window_silence_flag" Ta "" Ta "1 if window has silence alert" +.It Li "window_stack_index" Ta "" Ta "Index in session most recent stack" .It Li "window_visible_layout" Ta "" Ta "Window layout description, respecting zoomed window panes" .It Li "window_width" Ta "" Ta "Width of window" .It Li "window_zoomed_flag" Ta "" Ta "1 if window is zoomed" |