aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 64a7d3bd..6ea98ae3 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1000,9 +1000,7 @@ struct tty {
struct tty_term *term;
int fd;
- struct event event;
- struct buffer *in;
- struct buffer *out;
+ struct bufferevent *event;
int log_fd;