summaryrefslogtreecommitdiff
path: root/app-misc/tmux/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-27 18:07:28 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-27 18:07:28 +0000
commit67f76a858f1ac826bd8a550d756d9ec6e340ed4f (patch)
tree45f4ada6be05bc180a14e017c9d5c6b58a0eec6e /app-misc/tmux/files
parent38b7258d086dd5e263c3bbe3880c8c956676bc71 (diff)
gentoo resync : 27.01.2018
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);
+ }