[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.824 and 1.825

version 1.824, 2018/04/18 14:35:37 version 1.825, 2018/05/24 09:42:49
Line 1906 
Line 1906 
 void printflike(2, 3) server_client_add_message(struct client *, const char *,  void printflike(2, 3) server_client_add_message(struct client *, const char *,
              ...);               ...);
 char    *server_client_get_path(struct client *, const char *);  char    *server_client_get_path(struct client *, const char *);
 const char *server_client_get_cwd(struct client *);  const char *server_client_get_cwd(struct client *, struct session *);
   
 /* server-fn.c */  /* server-fn.c */
 void     server_redraw_client(struct client *);  void     server_redraw_client(struct client *);

Legend:
Removed from v.1.824  
changed lines
  Added in v.1.825