diff options
Diffstat (limited to 'libbb')
| -rw-r--r-- | libbb/Config.src | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index 172fbcc0e..c51640305 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
| @@ -70,24 +70,13 @@ config FEATURE_FAST_TOP | |||
| 70 | but code size is slightly bigger. | 70 | but code size is slightly bigger. |
| 71 | 71 | ||
| 72 | config FEATURE_ETC_NETWORKS | 72 | config FEATURE_ETC_NETWORKS |
| 73 | bool "Support for /etc/networks" | 73 | bool "Support /etc/networks" |
| 74 | default n | 74 | default n |
| 75 | help | 75 | help |
| 76 | Enable support for network names in /etc/networks. This is | 76 | Enable support for network names in /etc/networks. This is |
| 77 | a rarely used feature which allows you to use names | 77 | a rarely used feature which allows you to use names |
| 78 | instead of IP/mask pairs in route command. | 78 | instead of IP/mask pairs in route command. |
| 79 | 79 | ||
| 80 | config FEATURE_USE_TERMIOS | ||
| 81 | bool "Use termios to manipulate the screen" | ||
| 82 | default y | ||
| 83 | depends on MORE || TOP || POWERTOP | ||
| 84 | help | ||
| 85 | This option allows utilities such as 'more' and 'top' to determine | ||
| 86 | the size of the screen. If you leave this disabled, your utilities | ||
| 87 | that display things on the screen will be especially primitive and | ||
| 88 | will be unable to determine the current screen size, and will be | ||
| 89 | unable to move the cursor. | ||
| 90 | |||
| 91 | config FEATURE_EDITING | 80 | config FEATURE_EDITING |
| 92 | bool "Command line editing" | 81 | bool "Command line editing" |
| 93 | default y | 82 | default y |
| @@ -147,15 +136,11 @@ config FEATURE_TAB_COMPLETION | |||
| 147 | bool "Tab completion" | 136 | bool "Tab completion" |
| 148 | default y | 137 | default y |
| 149 | depends on FEATURE_EDITING | 138 | depends on FEATURE_EDITING |
| 150 | help | ||
| 151 | Enable tab completion. | ||
| 152 | 139 | ||
| 153 | config FEATURE_USERNAME_COMPLETION | 140 | config FEATURE_USERNAME_COMPLETION |
| 154 | bool "Username completion" | 141 | bool "Username completion" |
| 155 | default y | 142 | default y |
| 156 | depends on FEATURE_TAB_COMPLETION | 143 | depends on FEATURE_TAB_COMPLETION |
| 157 | help | ||
| 158 | Enable username completion. | ||
| 159 | 144 | ||
| 160 | config FEATURE_EDITING_FANCY_PROMPT | 145 | config FEATURE_EDITING_FANCY_PROMPT |
| 161 | bool "Fancy shell prompts" | 146 | bool "Fancy shell prompts" |
