aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-06-15 14:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2015-06-15 14:01:09 +0100
commit9fdc3a069a55aad638b2985cd5427a1853335f24 (patch)
treeee9e84da2f7fb03de7fdbd1de4b2e4d63e9cf393 /tmux.h
parent37005d04a9a3871ca4c41e8ed47569f4061532f9 (diff)
parentd96ab3401960ab4a7c9434dfda1ebdc5204873e0 (diff)
downloadrtmux-9fdc3a069a55aad638b2985cd5427a1853335f24.tar.gz
rtmux-9fdc3a069a55aad638b2985cd5427a1853335f24.tar.bz2
rtmux-9fdc3a069a55aad638b2985cd5427a1853335f24.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 7ba1b0b2..2601e9a5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -896,6 +896,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;