Switch tty fds over to a bufferevent.

This commit is contained in:
Nicholas Marriott
2009-11-04 21:47:42 +00:00
parent abb728684b
commit 7342615c7d
5 changed files with 38 additions and 45 deletions

4
tmux.h
View File

@ -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;