Deleted Added
full compact
map.c (8870) map.c (26926)
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Christos Zoulas of Cornell University.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 1047 unchanged lines hidden (view full) ---

1056 map_init_meta(el);
1057#ifdef notyet
1058 if (0 /* XXX: USER has set LC_CTYPE */)
1059 map_init_nls(el);
1060#endif
1061 map_init_nls(el);
1062
1063 buf[0] = CONTROL('X');
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Christos Zoulas of Cornell University.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 1047 unchanged lines hidden (view full) ---

1056 map_init_meta(el);
1057#ifdef notyet
1058 if (0 /* XXX: USER has set LC_CTYPE */)
1059 map_init_nls(el);
1060#endif
1061 map_init_nls(el);
1062
1063 buf[0] = CONTROL('X');
1064 buf[2] = 0;
1065 buf[1] = CONTROL('X');
1064 buf[1] = CONTROL('X');
1065 buf[2] = 0;
1066 key_add(el, buf, key_map_cmd(el, EM_EXCHANGE_MARK), XK_CMD);
1067
1068 tty_bind_char(el, 1);
1069 term_bind_arrow(el);
1070}
1071
1072
1073/* map_set_editor():

--- 324 unchanged lines hidden ---
1066 key_add(el, buf, key_map_cmd(el, EM_EXCHANGE_MARK), XK_CMD);
1067
1068 tty_bind_char(el, 1);
1069 term_bind_arrow(el);
1070}
1071
1072
1073/* map_set_editor():

--- 324 unchanged lines hidden ---