diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-09 18:27:46 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-09 18:27:46 +0000 |
commit | a2685735b1ace4323f0c6fae6c31e0888ed62c34 (patch) | |
tree | c16e646e3ad10353af21e93e881d29d82ebf150e /busybox.def.h | |
parent | f3b3d17060fe6dffab3e1ff7de393bd0618334ba (diff) | |
download | busybox-w32-a2685735b1ace4323f0c6fae6c31e0888ed62c34.tar.gz busybox-w32-a2685735b1ace4323f0c6fae6c31e0888ed62c34.tar.bz2 busybox-w32-a2685735b1ace4323f0c6fae6c31e0888ed62c34.zip |
Make tab completion an option
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index cb864120b..eebe9b973 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -189,6 +189,9 @@ | |||
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) | ||
193 | //#define BB_FEATURE_SH_TAB_COMPLETION | ||
194 | // | ||
192 | //Turn on extra fbset options | 195 | //Turn on extra fbset options |
193 | //#define BB_FEATURE_FBSET_FANCY | 196 | //#define BB_FEATURE_FBSET_FANCY |
194 | // | 197 | // |