diff options
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -260,7 +260,11 @@ | |||
260 | // Enable tab completion in the shell (not yet | 260 | // Enable tab completion in the shell (not yet |
261 | // working very well -- so don't turn this on) | 261 | // working very well -- so don't turn this on) |
262 | // Only relevant if BB_SH is enabled. | 262 | // Only relevant if BB_SH is enabled. |
263 | //#define BB_FEATURE_SH_TAB_COMPLETION | 263 | #define BB_FEATURE_SH_TAB_COMPLETION |
264 | // | ||
265 | // Attempts to match usernames in a ~-prefixed path | ||
266 | // XXX: Doesn't work without NSS, off by default | ||
267 | //#define BB_FEATURE_USERNAME_COMPLETION /* require NSS */ | ||
264 | // | 268 | // |
265 | //Turn on extra fbset options | 269 | //Turn on extra fbset options |
266 | //#define BB_FEATURE_FBSET_FANCY | 270 | //#define BB_FEATURE_FBSET_FANCY |