[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.1059 and 1.1060

version 1.1059, 2020/06/01 19:39:25 version 1.1060, 2020/06/02 08:17:27
Line 1852 
Line 1852 
 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);
   uint64_t         get_timer(void);
 const char      *sig2name(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);

Legend:
Removed from v.1.1059  
changed lines
  Added in v.1.1060