diff options
author | Erik Andersen | 2000-04-12 17:49:52 +0000 |
---|---|---|
committer | Erik Andersen | 2000-04-12 17:49:52 +0000 |
commit | f0657d322937ad2ff865be9f89cc8c979693088e (patch) | |
tree | a82cc2f19f97a86d394b66a87af8321d91b4d9c4 /busybox.def.h | |
parent | a2685735b1ace4323f0c6fae6c31e0888ed62c34 (diff) | |
download | busybox-f0657d322937ad2ff865be9f89cc8c979693088e.zip busybox-f0657d322937ad2ff865be9f89cc8c979693088e.tar.gz |
Some enhancements I've been working on over the weekend,
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index eebe9b9..9a2ba3f 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -187,7 +187,7 @@ //#define BB_FEATURE_SORT_REVERSE // // Enable command line editing in the shell -#define BB_FEATURE_SH_COMMAND_EDITING +//#define BB_FEATURE_SH_COMMAND_EDITING // // Enable tab completion in the shell (not yet working very well) //#define BB_FEATURE_SH_TAB_COMPLETION |