diff options
author | nicm <nicm> | 2015-09-10 08:58:14 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-09-10 08:58:14 +0000 |
commit | cfabe30becba6f0c54035a29ee61a6a7f3d0cf60 (patch) | |
tree | b31b518b32858cf89f019484b95bf65c69e3d24f /tmux.1 | |
parent | 67ee995cc1ec0a9ae2247dae6bdde54211be8c5a (diff) | |
download | rtmux-cfabe30becba6f0c54035a29ee61a6a7f3d0cf60.tar.gz rtmux-cfabe30becba6f0c54035a29ee61a6a7f3d0cf60.tar.bz2 rtmux-cfabe30becba6f0c54035a29ee61a6a7f3d0cf60.zip |
Add session_last_attached time and format, from Sina Siadat.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3401,6 +3401,8 @@ The following variables are available, where appropriate: .It Li "session_activity_string" Ta "" Ta "String time of session last activity" .It Li "session_created" Ta "" Ta "Integer time session created" .It Li "session_created_string" Ta "" Ta "String time session created" +.It Li "session_last_attached" Ta "" Ta "Integer time session last attached" +.It Li "session_last_attached_string" Ta "" Ta "String time session last attached" .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" |