aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-04 22:02:38 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-04 22:02:38 +0000
commit91ad830c8863ab66038226f9e16bc87cbbdb6d95 (patch)
tree46c71a1d7cd642eb7d0ed3ba2fcdda1071a416b4 /tmux.h
parent7342615c7ddd9b99820bd9c03fda2afe7bc868d3 (diff)
downloadrtmux-91ad830c8863ab66038226f9e16bc87cbbdb6d95.tar.gz
rtmux-91ad830c8863ab66038226f9e16bc87cbbdb6d95.tar.bz2
rtmux-91ad830c8863ab66038226f9e16bc87cbbdb6d95.zip
Switch window pane pipe redirect fd over to a bufferevent.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 6ea98ae3..3edc6ec8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -805,8 +805,7 @@ struct window_pane {
struct input_ctx ictx;
int pipe_fd;
- struct event pipe_event;
- struct buffer *pipe_buf;
+ struct bufferevent *pipe_event;
size_t pipe_off;
struct screen *screen;