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

Diff for /src/usr.bin/tmux/server-fn.c between version 1.58 and 1.59

version 1.58, 2012/05/22 10:56:48 version 1.59, 2012/06/18 13:16:42
Line 49 
Line 49 
 void  void
 server_write_ready(struct client *c)  server_write_ready(struct client *c)
 {  {
           if (c->flags & CLIENT_CONTROL)
                   return;
         server_write_client(c, MSG_READY, NULL, 0);          server_write_client(c, MSG_READY, NULL, 0);
 }  }
   

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