Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-04-16 10:01:33 +01:00
3 changed files with 15 additions and 2 deletions

1
tmux.h
View File

@ -1727,6 +1727,7 @@ extern int ptm_fd;
extern const char *shell_command;
int checkshell(const char *);
void setblocking(int, int);
const char *sig2name(int);
const char *find_cwd(void);
const char *find_home(void);
const char *getversion(void);