aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-16 20:26:50 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-16 20:26:50 +0000
commitea2719de826ab93f2265f1cdab9eb8d1a93244fc (patch)
tree44eb3e8aa958a10328d81adac45a47d94ef63f27 /Config.h
parentb8ade1b2621a075b9a91b11697a4f9dac436f949 (diff)
downloadbusybox-w32-ea2719de826ab93f2265f1cdab9eb8d1a93244fc.tar.gz
busybox-w32-ea2719de826ab93f2265f1cdab9eb8d1a93244fc.tar.bz2
busybox-w32-ea2719de826ab93f2265f1cdab9eb8d1a93244fc.zip
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
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/Config.h b/Config.h
index 3fffb673c..087c727c7 100644
--- a/Config.h
+++ b/Config.h
@@ -262,10 +262,9 @@
262// Only relevant if BB_SH is enabled. 262// Only relevant if BB_SH is enabled.
263#define BB_FEATURE_SH_APPLETS_ALWAYS_WIN 263#define BB_FEATURE_SH_APPLETS_ALWAYS_WIN
264// 264//
265// Enable tab completion in the shell (not yet 265// Enable tab completion in the shell. This is now working quite nicely.
266// working very well -- so don't turn this on) 266// This feature adds a bit over 4k. Only relevant if BB_SH is enabled.
267// Only relevant if BB_SH is enabled. 267//#define BB_FEATURE_SH_TAB_COMPLETION
268#define BB_FEATURE_SH_TAB_COMPLETION
269// 268//
270// Enable a simpler shell prompt of the form "path #" 269// Enable a simpler shell prompt of the form "path #"
271// instead of the default "[username@hostname path]#" 270// instead of the default "[username@hostname path]#"
@@ -277,7 +276,7 @@
277#define BB_FEATURE_SH_SIMPLE_PROMPT 276#define BB_FEATURE_SH_SIMPLE_PROMPT
278// 277//
279// Attempts to match usernames in a ~-prefixed path 278// Attempts to match usernames in a ~-prefixed path
280//#define BB_FEATURE_USERNAME_COMPLETION 279//#define BB_FEATURE_SH_USERNAME_COMPLETION
281// 280//
282//Turn on extra fbset options 281//Turn on extra fbset options
283//#define BB_FEATURE_FBSET_FANCY 282//#define BB_FEATURE_FBSET_FANCY