Sync OpenBSD patchset 495:

Switch tty fds over to a bufferevent.
This commit is contained in:
Tiago Cunha
2009-11-08 22:58:38 +00:00
parent 7851bb81f5
commit 971a7b2fe0
5 changed files with 43 additions and 50 deletions

6
tmux.h
View File

@ -1,4 +1,4 @@
/* $Id: tmux.h,v 1.498 2009-11-08 22:56:04 tcunha Exp $ */
/* $Id: tmux.h,v 1.499 2009-11-08 22:58:37 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -999,9 +999,7 @@ struct tty {
struct tty_term *term;
int fd;
struct event event;
struct buffer *in;
struct buffer *out;
struct bufferevent *event;
int log_fd;