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.h | |
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.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -981,6 +981,7 @@ struct session { int cwd; struct timeval creation_time; + struct timeval last_attached_time; struct timeval activity_time; struct timeval last_activity_time; |