mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 16:27:03 +00:00
Merge branch 'obsd-master'
Conflicts: Makefile tmux.c
This commit is contained in:
5
tmux.h
5
tmux.h
@ -1503,6 +1503,7 @@ extern struct options *global_w_options;
|
||||
extern struct environ *global_environ;
|
||||
extern struct timeval start_time;
|
||||
extern const char *socket_path;
|
||||
extern int ptm_fd;
|
||||
int areshell(const char *);
|
||||
void setblocking(int, int);
|
||||
const char *find_home(void);
|
||||
@ -2333,4 +2334,8 @@ void style_apply_update(struct grid_cell *, struct options *,
|
||||
int style_equal(const struct grid_cell *,
|
||||
const struct grid_cell *);
|
||||
|
||||
/* pty.c */
|
||||
int pty_open(int *);
|
||||
pid_t pty_fork(int, int *, char *, size_t, struct winsize *);
|
||||
|
||||
#endif /* TMUX_H */
|
||||
|
Reference in New Issue
Block a user