aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-04 21:47:42 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-04 21:47:42 +0000
commit7342615c7ddd9b99820bd9c03fda2afe7bc868d3 (patch)
tree4b5ac210a0af55bb3ea1f5d9aebcd91456d397d7 /tmux.h
parentabb728684b00c82460ea439c8df16d3f1018c826 (diff)
downloadrtmux-7342615c7ddd9b99820bd9c03fda2afe7bc868d3.tar.gz
rtmux-7342615c7ddd9b99820bd9c03fda2afe7bc868d3.tar.bz2
rtmux-7342615c7ddd9b99820bd9c03fda2afe7bc868d3.zip
Switch tty fds over to a bufferevent.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 1 insertions, 3 deletions
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;