diff options
author | Eric Andersen | 2001-02-16 20:26:50 +0000 |
---|---|---|
committer | Eric Andersen | 2001-02-16 20:26:50 +0000 |
commit | 28a78ab62c011820d91ab9edc5ae45196d813a13 (patch) | |
tree | 44eb3e8aa958a10328d81adac45a47d94ef63f27 /Config.h | |
parent | 6faae7deb4b88dccffb7dbbf267315cb7bbc0af9 (diff) | |
download | busybox-28a78ab62c011820d91ab9edc5ae45196d813a13.zip busybox-28a78ab62c011820d91ab9edc5ae45196d813a13.tar.gz |
Several features were hard coded on. Stop that. List tab completion
as working (thanks Vladimir!) and taking 4k.
-Erik
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -262,10 +262,9 @@ // Only relevant if BB_SH is enabled. #define BB_FEATURE_SH_APPLETS_ALWAYS_WIN // -// Enable tab completion in the shell (not yet -// working very well -- so don't turn this on) -// Only relevant if BB_SH is enabled. -#define BB_FEATURE_SH_TAB_COMPLETION +// Enable tab completion in the shell. This is now working quite nicely. +// This feature adds a bit over 4k. Only relevant if BB_SH is enabled. +//#define BB_FEATURE_SH_TAB_COMPLETION // // Enable a simpler shell prompt of the form "path #" // instead of the default "[username@hostname path]#" @@ -277,7 +276,7 @@ #define BB_FEATURE_SH_SIMPLE_PROMPT // // Attempts to match usernames in a ~-prefixed path -//#define BB_FEATURE_USERNAME_COMPLETION +//#define BB_FEATURE_SH_USERNAME_COMPLETION // //Turn on extra fbset options //#define BB_FEATURE_FBSET_FANCY |