[BACK]Return to cmd-new-session.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-new-session.c between version 1.94 and 1.95

version 1.94, 2016/10/19 08:17:11 version 1.95, 2016/11/16 11:37:16
Line 105 
Line 105 
                         if (args_has(args, 'A')) {                          if (args_has(args, 'A')) {
                                 /*                                  /*
                                  * This item is now destined for                                   * This item is now destined for
                                  * attach-session.  Because attach-session                                   * attach-session. Because attach-session will
                                  * will have already been prepared, copy this                                   * have already been prepared, copy this
                                  * session into its tflag so it can be used.                                   * session into its tflag so it can be used.
                                  */                                   */
                                 cmd_find_from_session(&item->state.tflag, as);                                  cmd_find_from_session(&item->state.tflag, as);

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95