diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-11-04 21:47:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-11-04 21:47:42 +0000 |
commit | 7342615c7ddd9b99820bd9c03fda2afe7bc868d3 (patch) | |
tree | 4b5ac210a0af55bb3ea1f5d9aebcd91456d397d7 /tmux.h | |
parent | abb728684b00c82460ea439c8df16d3f1018c826 (diff) | |
download | rtmux-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.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; |