Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2024-05-15 14:01:09 +01:00
4 changed files with 43 additions and 21 deletions

1
tmux.h
View File

@@ -2096,6 +2096,7 @@ extern int ptm_fd;
extern const char *shell_command;
int checkshell(const char *);
void setblocking(int, int);
char *shell_argv0(const char *, int);
uint64_t get_timer(void);
const char *sig2name(int);
const char *find_cwd(void);