aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index e84ab1c3c9e..954263c6f0d 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1321,7 +1321,7 @@ term_get_fkeys (address)
1321 /* if there's no key_next keycap, map key_npage to `next' keysym */ 1321 /* if there's no key_next keycap, map key_npage to `next' keysym */
1322 CONDITIONAL_REASSIGN ("%5", "kN", "next"); 1322 CONDITIONAL_REASSIGN ("%5", "kN", "next");
1323 /* if there's no key_prev keycap, map key_ppage to `previous' keysym */ 1323 /* if there's no key_prev keycap, map key_ppage to `previous' keysym */
1324 CONDITIONAL_REASSIGN ("%8", "kP", "previous"); 1324 CONDITIONAL_REASSIGN ("%8", "kP", "prior");
1325 /* if there's no key_dc keycap, map key_ic to `insert' keysym */ 1325 /* if there's no key_dc keycap, map key_ic to `insert' keysym */
1326 CONDITIONAL_REASSIGN ("kD", "kI", "insert"); 1326 CONDITIONAL_REASSIGN ("kD", "kI", "insert");
1327#undef CONDITIONAL_REASSIGN 1327#undef CONDITIONAL_REASSIGN