mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* lib/mc.lib: Support "Home" and "End" sequences in xterm from
XFree86 4.1.0.
This commit is contained in:
parent
d9a88088d1
commit
6e6eb3465e
@ -1,3 +1,8 @@
|
||||
2001-11-27 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.lib: Support "Home" and "End" sequences in xterm from
|
||||
XFree86 4.1.0.
|
||||
|
||||
2001-11-16 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
||||
* doc/mcedit.1.in: Fix help file location.
|
||||
|
@ -83,8 +83,10 @@ delete=\e[3~
|
||||
bs=
|
||||
home=\e[1~
|
||||
home=\e[7~
|
||||
end=\eOF
|
||||
end=\e[4~
|
||||
end=\e[8~
|
||||
home=\eOH
|
||||
pgdn=\e[6~
|
||||
pgup=\e[5~
|
||||
|
||||
@ -115,8 +117,10 @@ delete=\e[3~
|
||||
bs=
|
||||
home=\e[1~
|
||||
home=\e[7~
|
||||
home=\eOH
|
||||
end=\e[4~
|
||||
end=\e[8~
|
||||
end=\eOF
|
||||
pgdn=\e[6~
|
||||
pgup=\e[5~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user