Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2018-11-22 12:02:38 +00:00
3 changed files with 29 additions and 7 deletions

1
tmux.h
View File

@ -1508,6 +1508,7 @@ extern int ptm_fd;
extern const char *shell_command;
int areshell(const char *);
void setblocking(int, int);
const char *find_cwd(void);
const char *find_home(void);
/* proc.c */