aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-16 16:39:20 +0000
committerRichard M. Stallman1997-08-16 16:39:20 +0000
commit403c995bb821b2099ccaf307e2d6b736c9df869c (patch)
treec33492143815bfb1a06aea473287a596487ff19d /src
parent046b1f0395e6878e52ce549b37b6b808a1329fd2 (diff)
downloademacs-403c995bb821b2099ccaf307e2d6b736c9df869c.tar.gz
emacs-403c995bb821b2099ccaf307e2d6b736c9df869c.zip
(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 ()
1517 CONDITIONAL_REASSIGN ("%8", "kP", "prior"); 1517 CONDITIONAL_REASSIGN ("%8", "kP", "prior");
1518 /* if there's no key_dc keycap, map key_ic to `insert' keysym */ 1518 /* if there's no key_dc keycap, map key_ic to `insert' keysym */
1519 CONDITIONAL_REASSIGN ("kD", "kI", "insert"); 1519 CONDITIONAL_REASSIGN ("kD", "kI", "insert");
1520 /* if there's no key_end keycap, map key_ll to 'end' keysym */
1521 CONDITIONAL_REASSIGN ("@7", "kH", "end");
1520 1522
1521 /* IBM has their own non-standard dialect of terminfo. 1523 /* IBM has their own non-standard dialect of terminfo.
1522 If the standard name isn't found, try the IBM name. */ 1524 If the standard name isn't found, try the IBM name. */