aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-09 11:10:40 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-09 11:10:40 +0000
commitfdbbb048933389c5a2624aa77aa5af2dbea75b01 (patch)
tree41623dd3faac0290e7739fde7c7228f7fa47e18e /shell/Config.in
parent6b5bd0e5abbfb6b3b925dfd8452c72589569981b (diff)
downloadbusybox-w32-fdbbb048933389c5a2624aa77aa5af2dbea75b01.tar.gz
busybox-w32-fdbbb048933389c5a2624aa77aa5af2dbea75b01.tar.bz2
busybox-w32-fdbbb048933389c5a2624aa77aa5af2dbea75b01.zip
Command line history changes, lastpatch_71 from Vladimir N. Oleynik
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