Store the right size in the pipe offset for pipe-pane.

pull/615/head
nicm 2016-10-18 07:38:16 +00:00
parent fe106842c8
commit c2f88373e7
1 changed files with 1 additions and 1 deletions

View File

@ -970,7 +970,7 @@ window_pane_read_callback(__unused struct bufferevent *bufev, void *data)
input_parse(wp);
wp->pipe_off = size;
wp->pipe_off = EVBUFFER_LENGTH(evb);
}
static void