diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-11 16:27:12 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-11 16:27:12 +0100 |
commit | 6c1f348fa792a33d5a98e68c139df65c2d4c1628 (patch) | |
tree | e0918eb74a6b01baa3cd44e28d7999c970e66ed9 /Config.in | |
parent | 01ccdd1d3c5221789f1ac62ced12b7984d910705 (diff) | |
download | busybox-w32-6c1f348fa792a33d5a98e68c139df65c2d4c1628.tar.gz busybox-w32-6c1f348fa792a33d5a98e68c139df65c2d4c1628.tar.bz2 busybox-w32-6c1f348fa792a33d5a98e68c139df65c2d4c1628.zip |
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.in | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -61,15 +61,6 @@ config FEATURE_AUTOWIDTH | |||
61 | If you leave this disabled, your utilities will be especially | 61 | If you leave this disabled, your utilities will be especially |
62 | primitive and will be unable to determine the current screen width. | 62 | primitive and will be unable to determine the current screen width. |
63 | 63 | ||
64 | #fixme: delete, create suboptions for applets which use this | ||
65 | config FEATURE_USE_TERMIOS | ||
66 | bool "Use termios for one-stroke input" | ||
67 | default y | ||
68 | help | ||
69 | This option allows utilities such as 'top' to accept keyboard | ||
70 | commands. Without this option, they simply refresh display | ||
71 | after a fixed period. | ||
72 | |||
73 | config SHOW_USAGE | 64 | config SHOW_USAGE |
74 | bool "Show applet usage messages" | 65 | bool "Show applet usage messages" |
75 | default y | 66 | default y |