=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-new-session.c,v retrieving revision 1.92 retrieving revision 1.93 diff -c -r1.92 -r1.93 *** src/usr.bin/tmux/cmd-new-session.c 2016/10/16 19:04:05 1.92 --- src/usr.bin/tmux/cmd-new-session.c 2016/10/16 22:06:40 1.93 *************** *** 1,4 **** ! /* $OpenBSD: cmd-new-session.c,v 1.92 2016/10/16 19:04:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-new-session.c,v 1.93 2016/10/16 22:06:40 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 281,287 **** c->session = s; server_client_set_key_table(c, NULL); status_timer_start(c); ! notify_attached_session_changed(c); session_update_activity(s, NULL); gettimeofday(&s->last_attached_time, NULL); server_redraw_client(c); --- 281,287 ---- c->session = s; server_client_set_key_table(c, NULL); status_timer_start(c); ! notify_client("client-session-changed", c); session_update_activity(s, NULL); gettimeofday(&s->last_attached_time, NULL); server_redraw_client(c);