summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanjie Xi <strangemk3@gmail.com>2017-12-22 11:09:18 +0900
committerPatrice Clement <monsieurp@gentoo.org>2018-01-26 22:47:58 +0100
commitdb7583610d5078d645d7f55ca80b181763c43273 (patch)
tree4e59635f81c3dac40a69781f69b56adcf2a818d3 /app-misc/tmux/files
parentnet-p2p/classified-ads: version bump to upstream version 0.12. (diff)
downloadgentoo-db7583610d5078d645d7f55ca80b181763c43273.tar.gz
gentoo-db7583610d5078d645d7f55ca80b181763c43273.tar.bz2
gentoo-db7583610d5078d645d7f55ca80b181763c43273.zip
app-misc/tmux: add patch against the pipe-pane unreliable bug.
Closes: https://bugs.gentoo.org/640228 Closes: https://github.com/gentoo/gentoo/pull/6596 Package-Manager: Portage-2.3.13
Diffstat (limited to 'app-misc/tmux/files')
-rw-r--r--app-misc/tmux/files/tmux-2.3-pipe_pane-fix.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/app-misc/tmux/files/tmux-2.3-pipe_pane-fix.patch b/app-misc/tmux/files/tmux-2.3-pipe_pane-fix.patch
new file mode 100644
index 000000000000..65dd2f3c1bc9
--- /dev/null
+++ b/app-misc/tmux/files/tmux-2.3-pipe_pane-fix.patch
@@ -0,0 +1,9 @@
+--- a/window.c 2016-09-29 05:31:24.000000000 +0800
++++ b/window.c 2017-12-22 09:38:43.709617000 +0800
+@@ -981,7 +981,7 @@
+
+ input_parse(wp);
+
+- wp->pipe_off = size;
++ wp->pipe_off = EVBUFFER_LENGTH(evb);
+ }