blob: 239ac5cb7cb22f4df511a2123e44c00c773b5beb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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
|