diff options
author | nicm <nicm> | 2015-06-15 10:58:01 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-06-15 10:58:01 +0000 |
commit | d96ab3401960ab4a7c9434dfda1ebdc5204873e0 (patch) | |
tree | ee534bc80a5dcb78c94945cda02823f934203c27 /tmux.1 | |
parent | 29c29e771767b037f2929b889bb0de2b0b6ee138 (diff) | |
download | rtmux-d96ab3401960ab4a7c9434dfda1ebdc5204873e0.tar.gz rtmux-d96ab3401960ab4a7c9434dfda1ebdc5204873e0.tar.bz2 rtmux-d96ab3401960ab4a7c9434dfda1ebdc5204873e0.zip |
Add window_activity format, from Thomas Adam based on a diff originally
from propos6 at gmail dot com.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3414,6 +3414,8 @@ 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 "window_activity" Ta "" Ta "Integer time of window last activity" +.It Li "window_activity_string" Ta "" Ta "String time of window last activity" .It Li "window_active" Ta "" Ta "1 if window active" .It Li "window_activity_flag" Ta "" Ta "1 if window has activity alert" .It Li "window_bell_flag" Ta "" Ta "1 if window has bell" |