From 7342615c7ddd9b99820bd9c03fda2afe7bc868d3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 4 Nov 2009 21:47:42 +0000 Subject: Switch tty fds over to a bufferevent. --- tmux.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tmux.h') 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; -- cgit