aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-11 16:35:52 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-11 16:35:52 +0100
commited15dde60a72dce888df10295a916b199346929d (patch)
treee3d9fab96ea62f20f29460de32e8cacaab9d2267 /Config.in
parent6c1f348fa792a33d5a98e68c139df65c2d4c1628 (diff)
downloadbusybox-w32-ed15dde60a72dce888df10295a916b199346929d.tar.gz
busybox-w32-ed15dde60a72dce888df10295a916b199346929d.tar.bz2
busybox-w32-ed15dde60a72dce888df10295a916b199346929d.zip
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.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/Config.in b/Config.in
index ec302ffdf..cfb3aa0ee 100644
--- a/Config.in
+++ b/Config.in
@@ -50,17 +50,6 @@ config USE_PORTABLE_CODE
50 compiler other than gcc. 50 compiler other than gcc.
51 If you do use gcc, this option may needlessly increase code size. 51 If you do use gcc, this option may needlessly increase code size.
52 52
53#fixme: delete, create suboptions for applets which use this
54config FEATURE_AUTOWIDTH
55 bool "Calculate terminal & column widths"
56 default y
57 help
58 This option allows utilities such as 'ls', 'telnet' etc
59 to determine the width of the screen, which can allow them to
60 display additional text or avoid wrapping text onto the next line.
61 If you leave this disabled, your utilities will be especially
62 primitive and will be unable to determine the current screen width.
63
64config SHOW_USAGE 53config SHOW_USAGE
65 bool "Show applet usage messages" 54 bool "Show applet usage messages"
66 default y 55 default y