Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-01-26 23:42:23 +0300
committerMark Whitley <markw@lineo.com>2001-01-26 23:42:23 +0300
commit4e33875759b3c13118ecf349bfe302e0d8374b78 (patch)
treeb0976625da2bd861146fe16dff9a9dfbf50f8a83 /Config.h
parenta68b21a28e62a86afdbbc57b5a4694a17d7dfd1e (diff)
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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Config.h b/Config.h
index cff23e4e7..5e14b4054 100644
--- a/Config.h
+++ b/Config.h
@@ -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