[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.65 and 1.66

version 1.65, 2015/04/27 16:25:57 version 1.66, 2015/05/29 23:02:27
Line 254 
Line 254 
         if (groupwith != NULL) {          if (groupwith != NULL) {
                 session_group_add(groupwith, s);                  session_group_add(groupwith, s);
                 session_group_synchronize_to(s);                  session_group_synchronize_to(s);
                 session_select(s, RB_ROOT(&s->windows)->idx);                  session_select(s, RB_MIN(winlinks, &s->windows)->idx);
         }          }
   
         /*          /*

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66