Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmdedit.c10
-rw-r--r--shell/cmdedit.c10
2 files changed, 12 insertions, 8 deletions
diff --git a/cmdedit.c b/cmdedit.c
index 097918925..97ba8316d 100644
--- a/cmdedit.c
+++ b/cmdedit.c
@@ -41,11 +41,13 @@
#else
-//#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT
-//#define BB_FEATURE_BASH_STYLE_PROMT
+#define BB_FEATURE_SH_COMMAND_EDITING
+#define BB_FEATURE_SH_TAB_COMPLETION
+#define BB_FEATURE_SH_USERNAME_COMPLETION
+#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT
+#define BB_FEATURE_BASH_STYLE_PROMT
+#define BB_FEATURE_CLEAN_UP
-#define TRUE 1
-#define FALSE 0
#define D(x) x
#endif /* TEST */
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index 097918925..97ba8316d 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -41,11 +41,13 @@
#else
-//#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT
-//#define BB_FEATURE_BASH_STYLE_PROMT
+#define BB_FEATURE_SH_COMMAND_EDITING
+#define BB_FEATURE_SH_TAB_COMPLETION
+#define BB_FEATURE_SH_USERNAME_COMPLETION
+#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT
+#define BB_FEATURE_BASH_STYLE_PROMT
+#define BB_FEATURE_CLEAN_UP
-#define TRUE 1
-#define FALSE 0
#define D(x) x
#endif /* TEST */