Use fdforkpty() instead of our own unwrapped versions.

This commit is contained in:
nicm
2017-04-20 17:49:26 +00:00
parent 51a0dbb172
commit 87997efe8d
5 changed files with 4 additions and 75 deletions

4
tmux.h
View File

@ -2307,8 +2307,4 @@ 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 */