=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.369 retrieving revision 1.370 diff -u -r1.369 -r1.370 --- src/usr.bin/tmux/tmux.h 2012/12/24 12:33:05 1.369 +++ src/usr.bin/tmux/tmux.h 2013/01/15 22:55:29 1.370 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.369 2012/12/24 12:33:05 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.370 2013/01/15 22:55:29 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1095,6 +1095,7 @@ struct timeval creation_time; struct timeval activity_time; + struct timeval last_activity_time; u_int sx; u_int sy; @@ -1706,7 +1707,6 @@ char *paste_print(struct paste_buffer *, size_t); void paste_send_pane(struct paste_buffer *, struct window_pane *, const char *, int); - /* clock.c */ extern const char clock_table[14][5][5];