1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-26 15:08:49 +00:00

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

This commit is contained in:
nicm 2016-10-18 07:38:16 +00:00
parent fe106842c8
commit c2f88373e7

View File

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