* lib/mc.lib: Add more "end" and "home" sequences for xterm.

This commit is contained in:
Pavel Roskin 2003-07-23 05:48:55 +00:00
parent d388773779
commit ff9c544b88
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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~