[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.730 and 1.731

version 1.730, 2017/03/08 13:36:12 version 1.731, 2017/03/09 17:02:38
Line 1613 
Line 1613 
 void    environ_update(struct options *, struct environ *, struct environ *);  void    environ_update(struct options *, struct environ *, struct environ *);
 void    environ_push(struct environ *);  void    environ_push(struct environ *);
 void    environ_log(struct environ *, const char *);  void    environ_log(struct environ *, const char *);
   struct environ *environ_for_session(struct session *);
   
 /* tty.c */  /* tty.c */
 void    tty_create_log(void);  void    tty_create_log(void);
Line 1838 
Line 1839 
 const char *server_client_get_cwd(struct client *);  const char *server_client_get_cwd(struct client *);
   
 /* server-fn.c */  /* server-fn.c */
 void     server_fill_environ(struct session *, struct environ *);  
 void     server_redraw_client(struct client *);  void     server_redraw_client(struct client *);
 void     server_status_client(struct client *);  void     server_status_client(struct client *);
 void     server_redraw_session(struct session *);  void     server_redraw_session(struct session *);

Legend:
Removed from v.1.730  
changed lines
  Added in v.1.731