[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.57 and 1.58

version 1.57, 2015/12/14 00:31:54 version 1.58, 2015/12/15 13:43:07
Line 144 
Line 144 
   
                 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, "client-attached", c);                  hooks_run(c->session->hooks, c, "client-attached");
                 cmdq->client_exit = 0;                  cmdq->client_exit = 0;
         }          }
         recalculate_sizes();          recalculate_sizes();

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58