[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.522 and 1.523

version 1.522, 2015/06/07 21:39:39 version 1.523, 2015/06/14 10:07:44
Line 425 
Line 425 
         MSG_IDENTIFY_STDIN,          MSG_IDENTIFY_STDIN,
         MSG_IDENTIFY_ENVIRON,          MSG_IDENTIFY_ENVIRON,
         MSG_IDENTIFY_DONE,          MSG_IDENTIFY_DONE,
           MSG_IDENTIFY_CLIENTPID,
   
         MSG_COMMAND = 200,          MSG_COMMAND = 200,
         MSG_DETACH,          MSG_DETACH,
Line 1206 
Line 1207 
 struct client {  struct client {
         struct imsgbuf   ibuf;          struct imsgbuf   ibuf;
   
           pid_t            pid;
         int              fd;          int              fd;
         struct event     event;          struct event     event;
         int              retval;          int              retval;

Legend:
Removed from v.1.522  
changed lines
  Added in v.1.523