=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-switch-client.c,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/tmux/cmd-switch-client.c 2015/08/28 13:01:03 1.29 --- src/usr.bin/tmux/cmd-switch-client.c 2015/09/10 08:58:14 1.30 *************** *** 1,4 **** ! /* $OpenBSD: cmd-switch-client.c,v 1.29 2015/08/28 13:01:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-switch-client.c,v 1.30 2015/09/10 08:58:14 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 129,134 **** --- 129,135 ---- c->session = s; status_timer_start(c); session_update_activity(s, NULL); + gettimeofday(&s->last_attached_time, NULL); recalculate_sizes(); server_check_unattached();