mirror of https://github.com/MidnightCommander/mc
Fixup previous commit.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
f533b37bf5
commit
fdf2140bc4
12
misc/mc.lib
12
misc/mc.lib
|
@ -176,14 +176,14 @@ f19=\\e[g
|
|||
f20=\\e[h
|
||||
|
||||
[terminal:st]
|
||||
shift-right=\\e[1\;5C
|
||||
shift-left=\\e[1\;5D
|
||||
shift-right=\\e[1\;2C
|
||||
shift-left=\\e[1\;2D
|
||||
shift-up=\\e[1\;2A
|
||||
shift-down=\\e[1\;2B
|
||||
alt-shift-right=\\e[1\;6C
|
||||
alt-shift-left=\\e[1\;6D
|
||||
alt-shift-up=\\e[1\;6A
|
||||
alt-shift-down=\\e[1\;6B
|
||||
alt-shift-right=\\e[1\;4C
|
||||
alt-shift-left=\\e[1\;4D
|
||||
alt-shift-up=\\e[1\;4A
|
||||
alt-shift-down=\\e[1\;4B
|
||||
|
||||
[terminal:st-256color]
|
||||
copy=st
|
||||
|
|
Loading…
Reference in New Issue