diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-11-08 22:59:53 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-11-08 22:59:53 +0000 |
commit | cb0bf6a043377974bb40ace3c9782822c63b7ded (patch) | |
tree | 508fe5da78811706ddb354c946d7c703bced4e4a /tmux.h | |
parent | 971a7b2fe0d86c9e41bd0802997d20c61eeed2a3 (diff) | |
download | rtmux-cb0bf6a043377974bb40ace3c9782822c63b7ded.tar.gz rtmux-cb0bf6a043377974bb40ace3c9782822c63b7ded.tar.bz2 rtmux-cb0bf6a043377974bb40ace3c9782822c63b7ded.zip |
Sync OpenBSD patchset 496:
Switch window pane pipe redirect fd over to a bufferevent.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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; |