diff options
author | Mark Whitley | 2001-01-26 20:42:23 +0000 |
---|---|---|
committer | Mark Whitley | 2001-01-26 20:42:23 +0000 |
commit | 4e33875759b3c13118ecf349bfe302e0d8374b78 (patch) | |
tree | b0976625da2bd861146fe16dff9a9dfbf50f8a83 /Config.h | |
parent | a68b21a28e62a86afdbbc57b5a4694a17d7dfd1e (diff) | |
download | busybox-4e33875759b3c13118ecf349bfe302e0d8374b78.zip busybox-4e33875759b3c13118ecf349bfe302e0d8374b78.tar.gz |
Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completion
in Busybox shell. (Thanks, Vlad.)
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -260,7 +260,11 @@ // 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 +#define BB_FEATURE_SH_TAB_COMPLETION +// +// Attempts to match usernames in a ~-prefixed path +// XXX: Doesn't work without NSS, off by default +//#define BB_FEATURE_USERNAME_COMPLETION /* require NSS */ // //Turn on extra fbset options //#define BB_FEATURE_FBSET_FANCY |