aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-11 16:27:12 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-11 16:27:12 +0100
commit6c1f348fa792a33d5a98e68c139df65c2d4c1628 (patch)
treee0918eb74a6b01baa3cd44e28d7999c970e66ed9 /Config.in
parent01ccdd1d3c5221789f1ac62ced12b7984d910705 (diff)
downloadbusybox-6c1f348fa792a33d5a98e68c139df65c2d4c1628.tar.gz
Move FEATURE_USE_TERMIOS config option to two applets which use it
No code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/Config.in b/Config.in
index db1587169..ec302ffdf 100644
--- a/Config.in
+++ b/Config.in
@@ -61,15 +61,6 @@ config FEATURE_AUTOWIDTH
If you leave this disabled, your utilities will be especially
primitive and will be unable to determine the current screen width.
-#fixme: delete, create suboptions for applets which use this
-config FEATURE_USE_TERMIOS
- bool "Use termios for one-stroke input"
- default y
- help
- This option allows utilities such as 'top' to accept keyboard
- commands. Without this option, they simply refresh display
- after a fixed period.
-
config SHOW_USAGE
bool "Show applet usage messages"
default y