Add window_activity format, from Thomas Adam based on a diff originally

from propos6 at gmail dot com.
This commit is contained in:
nicm
2015-06-15 10:58:01 +00:00
parent 29c29e7717
commit d96ab34019
5 changed files with 15 additions and 0 deletions

1
tmux.h
View File

@ -892,6 +892,7 @@ struct window {
char *name;
struct event name_timer;
struct timeval silence_timer;
struct timeval activity_time;
struct window_pane *active;
struct window_pane *last;