diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index cb86412..eebe9b9 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -189,6 +189,9 @@ // Enable command line editing in the shell #define BB_FEATURE_SH_COMMAND_EDITING // +// Enable tab completion in the shell (not yet working very well) +//#define BB_FEATURE_SH_TAB_COMPLETION +// //Turn on extra fbset options //#define BB_FEATURE_FBSET_FANCY // |