diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-12 17:49:52 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-12 17:49:52 +0000 |
commit | f0657d322937ad2ff865be9f89cc8c979693088e (patch) | |
tree | a82cc2f19f97a86d394b66a87af8321d91b4d9c4 /busybox.def.h | |
parent | a2685735b1ace4323f0c6fae6c31e0888ed62c34 (diff) | |
download | busybox-w32-f0657d322937ad2ff865be9f89cc8c979693088e.tar.gz busybox-w32-f0657d322937ad2ff865be9f89cc8c979693088e.tar.bz2 busybox-w32-f0657d322937ad2ff865be9f89cc8c979693088e.zip |
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 eebe9b973..9a2ba3f69 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -187,7 +187,7 @@ | |||
187 | //#define BB_FEATURE_SORT_REVERSE | 187 | //#define BB_FEATURE_SORT_REVERSE |
188 | // | 188 | // |
189 | // Enable command line editing in the shell | 189 | // Enable command line editing in the shell |
190 | #define BB_FEATURE_SH_COMMAND_EDITING | 190 | //#define BB_FEATURE_SH_COMMAND_EDITING |
191 | // | 191 | // |
192 | // Enable tab completion in the shell (not yet working very well) | 192 | // Enable tab completion in the shell (not yet working very well) |
193 | //#define BB_FEATURE_SH_TAB_COMPLETION | 193 | //#define BB_FEATURE_SH_TAB_COMPLETION |