summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-16 16:39:20 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-16 16:39:20 +0000
commit419cae6214d82904eafcaf06ce6b7762576c32eb (patch)
tree47d1ce01790af4043311b7be28d47dbd720727bf /src
parent27d448e7b54db3413a5a6f7cc35a9773b0e369e6 (diff)
downloademacs-419cae6214d82904eafcaf06ce6b7762576c32eb.tar.gz
(term_get_fkeys_1): Use kH as alternate for move-to-last-line.
Diffstat (limited to 'src')
-rw-r--r--src/term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c
index dd1c8be804e..5acd7a57714 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1517,6 +1517,8 @@ term_get_fkeys_1 ()
CONDITIONAL_REASSIGN ("%8", "kP", "prior");
/* if there's no key_dc keycap, map key_ic to `insert' keysym */
CONDITIONAL_REASSIGN ("kD", "kI", "insert");
+ /* if there's no key_end keycap, map key_ll to 'end' keysym */
+ CONDITIONAL_REASSIGN ("@7", "kH", "end");
/* IBM has their own non-standard dialect of terminfo.
If the standard name isn't found, try the IBM name. */