[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.958 and 1.959

version 1.958, 2020/03/16 06:12:43 version 1.959, 2020/03/17 11:10:12
Line 1771 
Line 1771 
 extern const char       *shell_command;  extern const char       *shell_command;
 extern int               ptm_fd;  extern int               ptm_fd;
 extern const char       *shell_command;  extern const char       *shell_command;
 int              areshell(const char *);  int              checkshell(const char *);
 void             setblocking(int, int);  void             setblocking(int, 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.958  
changed lines
  Added in v.1.959