diff options
author | Mark Whitley <markw@lineo.com> | 2001-01-26 20:42:23 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-01-26 20:42:23 +0000 |
commit | 4e33875759b3c13118ecf349bfe302e0d8374b78 (patch) | |
tree | b0976625da2bd861146fe16dff9a9dfbf50f8a83 /Config.h | |
parent | a68b21a28e62a86afdbbc57b5a4694a17d7dfd1e (diff) | |
download | busybox-w32-4e33875759b3c13118ecf349bfe302e0d8374b78.tar.gz busybox-w32-4e33875759b3c13118ecf349bfe302e0d8374b78.tar.bz2 busybox-w32-4e33875759b3c13118ecf349bfe302e0d8374b78.zip |
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 @@ | |||
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 |