aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-09 11:10:40 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-09 11:10:40 +0000
commit50a3525bfbbcedd04287297c6ff45c75f64b871a (patch)
tree41623dd3faac0290e7739fde7c7228f7fa47e18e /shell/Config.in
parent114ad58c59fa79abd8bbb3433bc20be82d699771 (diff)
downloadbusybox-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.in15
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
6menu "Bourne Shell" 6menu "Another Bourne-like Shell"
7 7
8choice 8choice
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
98config 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
105if CONFIG_FEATURE_SH_IS_HUSH 99if 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
155config 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
161config CONFIG_FEATURE_COMMAND_TAB_COMPLETION 162config CONFIG_FEATURE_COMMAND_TAB_COMPLETION
162 bool "tab completion" 163 bool "tab completion"
163 default n 164 default n