[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.93 and 1.94

version 1.93, 2016/10/16 22:06:40 version 1.94, 2016/10/19 08:17:11
Line 267 
Line 267 
                 session_group_synchronize_to(s);                  session_group_synchronize_to(s);
                 session_select(s, RB_MIN(winlinks, &s->windows)->idx);                  session_select(s, RB_MIN(winlinks, &s->windows)->idx);
         }          }
           notify_session("session-created", s);
   
         /*          /*
          * Set the client to the new session. If a command client exists, it is           * Set the client to the new session. If a command client exists, it is

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