aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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;