[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.72 and 1.73

version 1.72, 2015/10/23 16:30:15 version 1.73, 2015/10/27 13:23:24
Line 270 
Line 270 
          * taking this session and needs to get MSG_READY and stay around.           * taking this session and needs to get MSG_READY and stay around.
          */           */
         if (!detached) {          if (!detached) {
                 if (!already_attached)                  if (!already_attached) {
                         server_write_ready(c);                          if (~c->flags & CLIENT_CONTROL)
                 else if (c->session != NULL)                                  proc_send(c->peer, MSG_READY, -1, NULL, 0);
                   } else if (c->session != NULL)
                         c->last_session = c->session;                          c->last_session = c->session;
                 c->session = s;                  c->session = s;
                 status_timer_start(c);                  status_timer_start(c);

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73