Changeset 809 for trunk/src/ash/histedit.c
- Timestamp:
- Jan 29, 2007, 6:54:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash/histedit.c
r626 r809 33 33 */ 34 34 35 #ifdef HAVE_SYS_CDEFS_H 35 36 #include <sys/cdefs.h> 37 #endif 36 38 #ifndef lint 37 39 #if 0 … … 43 45 44 46 #include <sys/param.h> 47 #ifndef __sun__ 45 48 #include <paths.h> 49 #endif 46 50 #include <stdio.h> 47 51 #include <stdlib.h> … … 154 158 else if (Eflag) 155 159 el_set(el, EL_EDITOR, "emacs"); 156 el_set(el, EL_BIND, "^I", 160 el_set(el, EL_BIND, "^I", 157 161 tabcomplete ? "rl-complete" : "ed-insert", NULL); 158 162 el_source(el, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.