diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-14 17:46:34 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-14 19:51:34 +0100 |
commit | 76323b7caf463e3a7b29987e0ee6bd09e6055da9 (patch) | |
tree | f2d21e3237ed7561e9686247179e8bfe1933da34 /app-misc/mc | |
parent | app-metrics/prometheus: Version bump (v2.25.0) (diff) | |
download | gentoo-76323b7caf463e3a7b29987e0ee6bd09e6055da9.tar.gz gentoo-76323b7caf463e3a7b29987e0ee6bd09e6055da9.tar.bz2 gentoo-76323b7caf463e3a7b29987e0ee6bd09e6055da9.zip |
app-misc/mc: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/19928
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/mc')
-rw-r--r-- | app-misc/mc/files/mc-4.8.25-alacritty-tmux.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app-misc/mc/files/mc-4.8.25-alacritty-tmux.patch b/app-misc/mc/files/mc-4.8.25-alacritty-tmux.patch deleted file mode 100644 index 239ac5cb7cb2..000000000000 --- a/app-misc/mc/files/mc-4.8.25-alacritty-tmux.patch +++ /dev/null @@ -1,26 +0,0 @@ -http://midnight-commander.org/ticket/4149 ---- a/misc/mc.lib -+++ b/misc/mc.lib -@@ -116,6 +116,9 @@ alt-shift-left=\\e[1\;4D - alt-shift-up=\\e[1\;4A - alt-shift-down=\\e[1\;4B - -+[terminal:alacritty] -+copy=xterm -+ - [terminal:gnome] - copy=xterm - -@@ -137,6 +140,12 @@ copy=xterm - [terminal:screen-256color] - copy=xterm - -+[terminal:tmux] -+copy=xterm -+ -+[terminal:tmux-256color] -+copy=xterm -+ - [terminal:ibmpc3] - f11=\\e[Y - f12=\\e[Z |