diff options
author | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-26 20:42:23 +0000 |
---|---|---|
committer | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-26 20:42:23 +0000 |
commit | 4c0ea37891f12a8f8797f588af4c925e6ab97e07 (patch) | |
tree | b0976625da2bd861146fe16dff9a9dfbf50f8a83 /Config.h | |
parent | e0901c83c23e8cb6c86f7d1b1696c3c3e922012e (diff) | |
download | busybox-w32-4c0ea37891f12a8f8797f588af4c925e6ab97e07.tar.gz busybox-w32-4c0ea37891f12a8f8797f588af4c925e6ab97e07.tar.bz2 busybox-w32-4c0ea37891f12a8f8797f588af4c925e6ab97e07.zip |
Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completion
in Busybox shell. (Thanks, Vlad.)
git-svn-id: svn://busybox.net/trunk/busybox@1688 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |