Add session_last_attached time and format, from Sina Siadat.

This commit is contained in:
nicm
2015-09-10 08:58:14 +00:00
parent 67ee995cc1
commit cfabe30bec
7 changed files with 15 additions and 0 deletions

1
tmux.h
View File

@ -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;