diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-09 11:10:40 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-09 11:10:40 +0000 |
commit | 50a3525bfbbcedd04287297c6ff45c75f64b871a (patch) | |
tree | 41623dd3faac0290e7739fde7c7228f7fa47e18e /shell/Config.in | |
parent | 114ad58c59fa79abd8bbb3433bc20be82d699771 (diff) | |
download | busybox-w32-50a3525bfbbcedd04287297c6ff45c75f64b871a.tar.gz busybox-w32-50a3525bfbbcedd04287297c6ff45c75f64b871a.tar.bz2 busybox-w32-50a3525bfbbcedd04287297c6ff45c75f64b871a.zip |
Command line history changes, lastpatch_71 from Vladimir N. Oleynik
git-svn-id: svn://busybox.net/trunk/busybox@6140 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/shell/Config.in b/shell/Config.in index 69f848272..b643c8f3d 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -3,7 +3,7 @@ | |||
3 | # see scripts/kbuild/config-language.txt. | 3 | # see scripts/kbuild/config-language.txt. |
4 | # | 4 | # |
5 | 5 | ||
6 | menu "Bourne Shell" | 6 | menu "Another Bourne-like Shell" |
7 | 7 | ||
8 | choice | 8 | choice |
9 | prompt "Choose your default shell" | 9 | prompt "Choose your default shell" |
@@ -95,12 +95,6 @@ config CONFIG_ASH_OPTIMIZE_FOR_SIZE | |||
95 | help | 95 | help |
96 | Please submit a patch to add help text for this item. | 96 | Please submit a patch to add help text for this item. |
97 | 97 | ||
98 | config CONFIG_FEATURE_COMMAND_SAVEHISTORY | ||
99 | bool " history saving" | ||
100 | default n | ||
101 | depends on CONFIG_ASH | ||
102 | help | ||
103 | Please submit a patch to add help text for this item. | ||
104 | 98 | ||
105 | if CONFIG_FEATURE_SH_IS_HUSH | 99 | if CONFIG_FEATURE_SH_IS_HUSH |
106 | config CONFIG_HUSH | 100 | config CONFIG_HUSH |
@@ -158,6 +152,13 @@ config CONFIG_FEATURE_COMMAND_EDITING | |||
158 | help | 152 | help |
159 | Please submit a patch to add help text for this item. | 153 | Please submit a patch to add help text for this item. |
160 | 154 | ||
155 | config CONFIG_FEATURE_COMMAND_SAVEHISTORY | ||
156 | bool " history saving" | ||
157 | default n | ||
158 | depends on CONFIG_ASH | ||
159 | help | ||
160 | Please submit a patch to add help text for this item. | ||
161 | |||
161 | config CONFIG_FEATURE_COMMAND_TAB_COMPLETION | 162 | config CONFIG_FEATURE_COMMAND_TAB_COMPLETION |
162 | bool "tab completion" | 163 | bool "tab completion" |
163 | default n | 164 | default n |