=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-new-session.c,v retrieving revision 1.94 retrieving revision 1.95 diff -c -r1.94 -r1.95 *** src/usr.bin/tmux/cmd-new-session.c 2016/10/19 08:17:11 1.94 --- src/usr.bin/tmux/cmd-new-session.c 2016/11/16 11:37:16 1.95 *************** *** 1,4 **** ! /* $OpenBSD: cmd-new-session.c,v 1.94 2016/10/19 08:17:11 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-new-session.c,v 1.95 2016/11/16 11:37:16 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 105,112 **** if (args_has(args, 'A')) { /* * This item is now destined for ! * attach-session. Because attach-session ! * will have already been prepared, copy this * session into its tflag so it can be used. */ cmd_find_from_session(&item->state.tflag, as); --- 105,112 ---- if (args_has(args, 'A')) { /* * This item is now destined for ! * attach-session. Because attach-session will ! * have already been prepared, copy this * session into its tflag so it can be used. */ cmd_find_from_session(&item->state.tflag, as);