commit: b162f9817c0aef8c34b133d8d21d037aabc03448 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Jun 16 18:16:00 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jul 10 21:11:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b162f981
app-misc/tmux: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/21268 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-misc/tmux/files/tmux-fix-bindings.patch | 45 ----------------------------- 1 file changed, 45 deletions(-) diff --git a/app-misc/tmux/files/tmux-fix-bindings.patch b/app-misc/tmux/files/tmux-fix-bindings.patch deleted file mode 100644 index 6436302f055..00000000000 --- a/app-misc/tmux/files/tmux-fix-bindings.patch +++ /dev/null @@ -1,45 +0,0 @@ -From f2951bd4a560692048e68bf29a5b0a288346a7d4 Mon Sep 17 00:00:00 2001 -From: Nicholas Marriott <[email protected]> -Date: Wed, 5 May 2021 07:23:23 +0100 -Subject: [PATCH] Remove old shift function keys which interfere with xterm - keys now. GitHub issue 2696. - ---- - input-keys.c | 24 ------------------------ - 1 file changed, 24 deletions(-) - -diff --git a/input-keys.c b/input-keys.c -index ffd2201c0..be83600e5 100644 ---- a/input-keys.c -+++ b/input-keys.c -@@ -94,30 +94,6 @@ static struct input_key_entry input_key_defaults[] = { - { .key = KEYC_F12, - .data = "\033[24~" - }, -- { .key = KEYC_F1|KEYC_SHIFT, -- .data = "\033[25~" -- }, -- { .key = KEYC_F2|KEYC_SHIFT, -- .data = "\033[26~" -- }, -- { .key = KEYC_F3|KEYC_SHIFT, -- .data = "\033[28~" -- }, -- { .key = KEYC_F4|KEYC_SHIFT, -- .data = "\033[29~" -- }, -- { .key = KEYC_F5|KEYC_SHIFT, -- .data = "\033[31~" -- }, -- { .key = KEYC_F6|KEYC_SHIFT, -- .data = "\033[32~" -- }, -- { .key = KEYC_F7|KEYC_SHIFT, -- .data = "\033[33~" -- }, -- { .key = KEYC_F8|KEYC_SHIFT, -- .data = "\033[34~" -- }, - { .key = KEYC_IC, - .data = "\033[2~" - },
