From 26ec2ce909d55c1d52f84fc0511cb561cdd77785 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 11 Dec 2013 02:32:00 +0200 Subject: * src/term.c (term_get_fkeys_1): Remove non-standard IBM terminfo as obsolete to avoid conflicts with . Fixes: debbugs:13471 --- src/term.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/term.c') diff --git a/src/term.c b/src/term.c index 4d900020ce..85a994bf2b 100644 --- a/src/term.c +++ b/src/term.c @@ -1422,18 +1422,6 @@ term_get_fkeys_1 (void) 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. */ - CONDITIONAL_REASSIGN ("kB", "KO", "backtab"); - CONDITIONAL_REASSIGN ("@4", "kJ", "execute"); /* actually "action" */ - CONDITIONAL_REASSIGN ("@4", "kc", "execute"); /* actually "command" */ - CONDITIONAL_REASSIGN ("%7", "ki", "menu"); - CONDITIONAL_REASSIGN ("@7", "kw", "end"); - CONDITIONAL_REASSIGN ("F1", "k<", "f11"); - CONDITIONAL_REASSIGN ("F2", "k>", "f12"); - CONDITIONAL_REASSIGN ("%1", "kq", "help"); - CONDITIONAL_REASSIGN ("*6", "kU", "select"); #undef CONDITIONAL_REASSIGN } -- cgit v1.2.3