aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-01-23 12:20:43 +0000
committerThomas Adam <thomas@xteddy.org>2017-01-23 12:20:43 +0000
commitb3a724f30ced2f3be3a52fb54c6551b2b6c6de63 (patch)
treeeba69fe13464cf92fcf64cf32505e308949718b6 /tmux.h
parentd2eab39ffa42a0d5d8e796cbe3352f951f42b4f7 (diff)
parent98e7fbb2acee0238381feea5d583fc439aae08e2 (diff)
downloadrtmux-b3a724f30ced2f3be3a52fb54c6551b2b6c6de63.tar.gz
rtmux-b3a724f30ced2f3be3a52fb54c6551b2b6c6de63.tar.bz2
rtmux-b3a724f30ced2f3be3a52fb54c6551b2b6c6de63.zip
Merge branch 'obsd-master'
Conflicts: Makefile tmux.c
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index c0daf5f6..3494119a 100644
--- a/tmux.h
+++ b/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 */