# HG changeset patch # User Richard M. Stallman # Date 871749560 0 # Node ID 8f58b5d1202176e92d87e6f33dd6c237a4754956 # Parent 6ce37633c7f9257493a76d08c525ee5661b072cf (term_get_fkeys_1): Use kH as alternate for move-to-last-line. diff -r 6ce37633c7f9 -r 8f58b5d12021 src/term.c --- a/src/term.c Sat Aug 16 16:24:14 1997 +0000 +++ b/src/term.c Sat Aug 16 16:39:20 1997 +0000 @@ -1517,6 +1517,8 @@ 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. */