[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.693 and 1.694

version 1.693, 2017/01/12 15:36:35 version 1.694, 2017/01/13 10:12:12
Line 443 
Line 443 
         MSG_SUSPEND,          MSG_SUSPEND,
         MSG_UNLOCK,          MSG_UNLOCK,
         MSG_WAKEUP,          MSG_WAKEUP,
           MSG_EXEC,
 };  };
   
 /*  /*
Line 1880 
Line 1881 
 void     server_client_unref(struct client *);  void     server_client_unref(struct client *);
 void     server_client_lost(struct client *);  void     server_client_lost(struct client *);
 void     server_client_detach(struct client *, enum msgtype);  void     server_client_detach(struct client *, enum msgtype);
   void     server_client_exec(struct client *, const char *);
 void     server_client_loop(void);  void     server_client_loop(void);
 void     server_client_push_stdout(struct client *);  void     server_client_push_stdout(struct client *);
 void     server_client_push_stderr(struct client *);  void     server_client_push_stderr(struct client *);

Legend:
Removed from v.1.693  
changed lines
  Added in v.1.694