Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completion
in Busybox shell. (Thanks, Vlad.)
This commit is contained in:
parent
a68b21a28e
commit
4e33875759
6
Config.h
6
Config.h
@ -260,7 +260,11 @@
|
|||||||
// Enable tab completion in the shell (not yet
|
// Enable tab completion in the shell (not yet
|
||||||
// working very well -- so don't turn this on)
|
// working very well -- so don't turn this on)
|
||||||
// Only relevant if BB_SH is enabled.
|
// Only relevant if BB_SH is enabled.
|
||||||
//#define BB_FEATURE_SH_TAB_COMPLETION
|
#define BB_FEATURE_SH_TAB_COMPLETION
|
||||||
|
//
|
||||||
|
// Attempts to match usernames in a ~-prefixed path
|
||||||
|
// XXX: Doesn't work without NSS, off by default
|
||||||
|
//#define BB_FEATURE_USERNAME_COMPLETION /* require NSS */
|
||||||
//
|
//
|
||||||
//Turn on extra fbset options
|
//Turn on extra fbset options
|
||||||
//#define BB_FEATURE_FBSET_FANCY
|
//#define BB_FEATURE_FBSET_FANCY
|
||||||
|
776
shell/cmdedit.c
776
shell/cmdedit.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user