[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.850 and 1.851

version 1.850, 2018/10/25 15:13:38 version 1.851, 2018/11/22 10:36:40
Line 1506 
Line 1506 
 extern const char       *shell_command;  extern const char       *shell_command;
 int              areshell(const char *);  int              areshell(const char *);
 void             setblocking(int, int);  void             setblocking(int, int);
   const char      *find_cwd(void);
 const char      *find_home(void);  const char      *find_home(void);
   
 /* proc.c */  /* proc.c */

Legend:
Removed from v.1.850  
changed lines
  Added in v.1.851