aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-10-31 23:56:35 +0000
committerThomas Adam <thomas@xteddy.org>2015-10-31 23:56:35 +0000
commitc975de2e07bdb21c85fc4f2c14a17bc00ca63aff (patch)
tree70ff97109da24dc7273b59df6ef6a9f298e16c48 /tmux.h
parent17f6c3be8eeb0b67d07f916026dab918795c0317 (diff)
parentba7fb49fb9b972a03547381783abe91be3fcfa37 (diff)
downloadrtmux-c975de2e07bdb21c85fc4f2c14a17bc00ca63aff.tar.gz
rtmux-c975de2e07bdb21c85fc4f2c14a17bc00ca63aff.tar.bz2
rtmux-c975de2e07bdb21c85fc4f2c14a17bc00ca63aff.zip
Merge branch 'obsd-master'
Conflicts: server.c
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 6f54b1da..b16b27ff 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1105,8 +1105,6 @@ struct tty {
int fd;
struct bufferevent *event;
- int log_fd;
-
struct termios tio;
struct grid_cell cell;
@@ -1558,6 +1556,7 @@ void environ_update(const char *, struct environ *, struct environ *);
void environ_push(struct environ *);
/* tty.c */
+void tty_create_log(void);
void tty_init_termios(int, struct termios *, struct bufferevent *);
void tty_raw(struct tty *, const char *);
void tty_attributes(struct tty *, const struct grid_cell *,