aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-22 09:03:07 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-22 09:03:07 +0000
commit38f6319421c1892ea5c9c0484cec0e190bdc5c69 (patch)
tree99a63bee4f133df98eb870308c4ca75e8dcbd8c1 /shell/Config.in
parent253ce0029669919fbb7cf60b5c9eab2f791939d8 (diff)
downloadbusybox-w32-38f6319421c1892ea5c9c0484cec0e190bdc5c69.tar.gz
busybox-w32-38f6319421c1892ea5c9c0484cec0e190bdc5c69.tar.bz2
busybox-w32-38f6319421c1892ea5c9c0484cec0e190bdc5c69.zip
cmdedit is not a 'command' editing anymore, it's just editing (generic),
so rename stuff accordingly.
Diffstat (limited to 'shell/Config.in')
-rw-r--r--shell/Config.in60
1 files changed, 0 insertions, 60 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 15c52be54..3cd7c3c5b 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -240,64 +240,4 @@ config FEATURE_SH_STANDALONE_SHELL
240 that exact location with that exact name, this option will not work at 240 that exact location with that exact name, this option will not work at
241 all. 241 all.
242 242
243config FEATURE_COMMAND_EDITING
244 bool "Command line editing"
245 default n
246 depends on MSH || LASH || HUSH || ASH
247 help
248 Enable command editing in shell.
249
250config FEATURE_EDITING_FANCY_KEYS
251 bool "Additional editing keys"
252 default n
253 depends on FEATURE_COMMAND_EDITING
254 help
255 Enable additonal editing keys (Ctrl-E, Ctrl-U etc).
256 Arrow keys, Home/End/Delete and Ctrl-W work even without this option.
257
258config FEATURE_COMMAND_EDITING_VI
259 bool "vi-style line editing commands"
260 default n
261 depends on FEATURE_COMMAND_EDITING
262 help
263 Enable vi-style line editing in the shell. This mode can be
264 turned on and off with "set -o vi" and "set +o vi".
265
266config FEATURE_COMMAND_HISTORY
267 int "History size"
268 range 0 99999
269 default 15
270 depends on FEATURE_COMMAND_EDITING
271 help
272 Specify command history size in shell.
273
274config FEATURE_COMMAND_SAVEHISTORY
275 bool "History saving"
276 default n
277 depends on ASH && FEATURE_COMMAND_EDITING
278 help
279 Enable history saving in ash shell.
280
281config FEATURE_COMMAND_TAB_COMPLETION
282 bool "Tab completion"
283 default n
284 depends on FEATURE_COMMAND_EDITING
285 help
286 Enable tab completion in shell.
287
288config FEATURE_COMMAND_USERNAME_COMPLETION
289 bool "Username completion"
290 default n
291 depends on FEATURE_COMMAND_TAB_COMPLETION
292 help
293 Enable username completion in shell.
294
295config FEATURE_SH_FANCY_PROMPT
296 bool "Fancy shell prompts"
297 default n
298 depends on FEATURE_COMMAND_EDITING
299 help
300 Setting this option allows for prompts to use things like \w and
301 \$ and also using escape codes.
302
303endmenu 243endmenu