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

Diff for /src/usr.bin/tmux/cmd-attach-session.c between version 1.62 and 1.63

version 1.62, 2016/10/10 21:51:39 version 1.63, 2016/10/16 17:55:14
Line 145 
Line 145 
                 if (~c->flags & CLIENT_CONTROL)                  if (~c->flags & CLIENT_CONTROL)
                         proc_send(c->peer, MSG_READY, -1, NULL, 0);                          proc_send(c->peer, MSG_READY, -1, NULL, 0);
                 hooks_run(c->session->hooks, c, NULL, "client-attached");                  hooks_run(c->session->hooks, c, NULL, "client-attached");
                 cmdq->client_exit = 0;                  c->flags |= CLIENT_ATTACHED;
         }          }
         recalculate_sizes();          recalculate_sizes();
         alerts_check_session(s);          alerts_check_session(s);

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63