[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.994 and 1.995

version 1.994, 2020/04/15 17:50:02 version 1.995, 2020/04/16 07:28:36
Line 1725 
Line 1725 
 extern const char       *shell_command;  extern const char       *shell_command;
 int              checkshell(const char *);  int              checkshell(const char *);
 void             setblocking(int, int);  void             setblocking(int, int);
   const char      *sig2name(int);
 const char      *find_cwd(void);  const char      *find_cwd(void);
 const char      *find_home(void);  const char      *find_home(void);
 const char      *getversion(void);  const char      *getversion(void);

Legend:
Removed from v.1.994  
changed lines
  Added in v.1.995