From ed15dde60a72dce888df10295a916b199346929d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 11 Jan 2017 16:35:52 +0100 Subject: Move FEATURE_AUTOWIDTH config option to two applets which use it No code changes Signed-off-by: Denys Vlasenko --- Config.in | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Config.in') 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 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 -- cgit v1.2.3