Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-03-17 12:01:28 +00:00
5 changed files with 15 additions and 6 deletions

2
tmux.h
View File

@ -1773,7 +1773,7 @@ extern const char *socket_path;
extern const char *shell_command;
extern int ptm_fd;
extern const char *shell_command;
int areshell(const char *);
int checkshell(const char *);
void setblocking(int, int);
const char *find_cwd(void);
const char *find_home(void);