diff options
author | nicm <nicm> | 2016-05-01 11:46:12 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-05-01 11:46:12 +0000 |
commit | 87be2da4e1fca4a1815420d557b6b7d381b60ee4 (patch) | |
tree | f1ae02679f270a4b0f2841e8a0c32e043a662941 /tmux.1 | |
parent | 88bd5b15ffc59f826e1e24ed7a233c8cb7c3afe5 (diff) | |
download | rtmux-87be2da4e1fca4a1815420d557b6b7d381b60ee4.tar.gz rtmux-87be2da4e1fca4a1815420d557b6b7d381b60ee4.tar.bz2 rtmux-87be2da4e1fca4a1815420d557b6b7d381b60ee4.zip |
Missing format (window_activity_flag) and a missing Ta.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3536,9 +3536,10 @@ The following variables are available, where appropriate: .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" -.It Li "socket_path" Ta "" "Server socket path" +.It Li "socket_path" Ta "" Ta "Server socket path" .It Li "start_time" Ta "" Ta "Server start time" .It Li "window_activity" Ta "" Ta "Integer time of window last activity" +.It Li "window_activity_flag" Ta "" Ta "1 if window has activity" .It Li "window_active" Ta "" Ta "1 if window active" .It Li "window_bell_flag" Ta "" Ta "1 if window has bell" .It Li "window_find_matches" Ta "" Ta "Matched data from the find-window" |