diff options
author | Denys Vlasenko | 2017-01-11 16:35:52 +0100 |
---|---|---|
committer | Denys Vlasenko | 2017-01-11 16:35:52 +0100 |
commit | ed15dde60a72dce888df10295a916b199346929d (patch) | |
tree | e3d9fab96ea62f20f29460de32e8cacaab9d2267 /Config.in | |
parent | 6c1f348fa792a33d5a98e68c139df65c2d4c1628 (diff) | |
download | busybox-ed15dde60a72dce888df10295a916b199346929d.zip busybox-ed15dde60a72dce888df10295a916b199346929d.tar.gz |
Move FEATURE_AUTOWIDTH 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 | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -50,17 +50,6 @@ config USE_PORTABLE_CODE compiler other than gcc. If you do use gcc, this option may needlessly increase code size. -#fixme: delete, create suboptions for applets which use this -config FEATURE_AUTOWIDTH - bool "Calculate terminal & column widths" - default y - help - This option allows utilities such as 'ls', 'telnet' etc - to determine the width of the screen, which can allow them to - display additional text or avoid wrapping text onto the next line. - If you leave this disabled, your utilities will be especially - primitive and will be unable to determine the current screen width. - config SHOW_USAGE bool "Show applet usage messages" default y |