aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-26 09:33:16 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-26 09:33:16 +0000
commit727f529211b68cdde88b724c2c1112acbc076bf2 (patch)
tree71dcfbad48726a9e78701b214c03b0c25c52be86 /coreutils
parent342aea967fae1a9dc05e69bfd4e5a270ca76b638 (diff)
downloadbusybox-727f529211b68cdde88b724c2c1112acbc076bf2.tar.gz
There should be only one instance of CONFIG_FEATURE_AUTOWIDTH
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index e23bb754c..3f1e714ef 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -576,14 +576,18 @@ config CONFIG_FEATURE_PRESERVE_HARDLINKS
Allow cp and mv to preserve hard links.
comment "Common options for ls and more"
- depends on CONFIG_LS || CONFIG_MORE
+ depends on CONFIG_LS || CONFIG_MORE
config CONFIG_FEATURE_AUTOWIDTH
bool " Calculate terminal & column widths"
- default n
+ default y
depends on CONFIG_LS || CONFIG_MORE
help
- Allow ls and more to calculate terminal and column widths.
+ This option allows utilities such as 'ls' and 'more' 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.
comment "Common options for df, du, ls"
depends on CONFIG_DF || CONFIG_DU || CONFIG_LS