mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* lib/mc.lib: Add more "end" and "home" sequences for xterm.
This commit is contained in:
parent
d388773779
commit
ff9c544b88
@ -1,3 +1,7 @@
|
||||
2003-07-23 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.lib: Add more "end" and "home" sequences for xterm.
|
||||
|
||||
2003-07-22 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
Get rid of all references to NATIVE_WIN32.
|
||||
|
@ -87,9 +87,11 @@ bs=
|
||||
home=\e[1~
|
||||
home=\e[7~
|
||||
end=\eOF
|
||||
end=\e[F
|
||||
end=\e[4~
|
||||
end=\e[8~
|
||||
home=\eOH
|
||||
home=\e[H
|
||||
pgdn=\e[6~
|
||||
pgup=\e[5~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user