aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 2a5dbe65..d2621f8b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1041,7 +1041,10 @@ struct tty {
u_int rright;
int fd;
- struct bufferevent *event;
+ struct event event_in;
+ struct evbuffer *in;
+ struct event event_out;
+ struct evbuffer *out;
struct termios tio;