mirror of
https://github.com/tmux/tmux.git
synced 2025-10-26 12:27:15 +00:00
Sync OpenBSD patchset 496:
Switch window pane pipe redirect fd over to a bufferevent.
This commit is contained in:
5
tmux.h
5
tmux.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.499 2009-11-08 22:58:37 tcunha Exp $ */
|
||||
/* $Id: tmux.h,v 1.500 2009-11-08 22:59:53 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@@ -804,8 +804,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;
|
||||
|
||||
Reference in New Issue
Block a user