aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-08 22:58:38 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-08 22:58:38 +0000
commit971a7b2fe0d86c9e41bd0802997d20c61eeed2a3 (patch)
tree443ec5a72c5bafef68cc023d98ea013bd9b00c94 /tmux.h
parent7851bb81f5c445422da168393e4f617069c18925 (diff)
downloadrtmux-971a7b2fe0d86c9e41bd0802997d20c61eeed2a3.tar.gz
rtmux-971a7b2fe0d86c9e41bd0802997d20c61eeed2a3.tar.bz2
rtmux-971a7b2fe0d86c9e41bd0802997d20c61eeed2a3.zip
Sync OpenBSD patchset 495:
Switch tty fds over to a bufferevent.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index 6fa6406e..bbba4c3c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;