From ea2719de826ab93f2265f1cdab9eb8d1a93244fc Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 16 Feb 2001 20:26:50 +0000 Subject: Several features were hard coded on. Stop that. List tab completion as working (thanks Vladimir!) and taking 4k. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1840 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Config.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Config.h') diff --git a/Config.h b/Config.h index 3fffb673c..087c727c7 100644 --- a/Config.h +++ b/Config.h @@ -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 -- cgit v1.2.3-55-g6feb