[BACK]Return to server-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server-client.c between version 1.195 and 1.196

version 1.195, 2016/10/16 19:04:05 version 1.196, 2016/10/16 22:06:40
Line 292 
Line 292 
         if (s == NULL)          if (s == NULL)
                 return;                  return;
   
         hooks_run(c->session->hooks, c, NULL, "client-detached");          notify_client("client-detached", c);
         proc_send_s(c->peer, msgtype, s->name);          proc_send_s(c->peer, msgtype, s->name);
 }  }
   
Line 1210 
Line 1210 
                         server_redraw_client(c);                          server_redraw_client(c);
                 }                  }
                 if (c->session != NULL)                  if (c->session != NULL)
                         hooks_run(c->session->hooks, c, NULL, "client-resized");                          notify_client("client-resized", c);
                 break;                  break;
         case MSG_EXITING:          case MSG_EXITING:
                 if (datalen != 0)                  if (datalen != 0)

Legend:
Removed from v.1.195  
changed lines
  Added in v.1.196