Switch window pane pipe redirect fd over to a bufferevent.

This commit is contained in:
Nicholas Marriott
2009-11-04 22:02:38 +00:00
parent 7342615c7d
commit 91ad830c88
4 changed files with 25 additions and 28 deletions

3
tmux.h
View File

@ -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;