There should be only one instance of CONFIG_FEATURE_AUTOWIDTH
This commit is contained in:
parent
342aea967f
commit
727f529211
@ -580,10 +580,14 @@ comment "Common options for ls and more"
|
|||||||
|
|
||||||
config CONFIG_FEATURE_AUTOWIDTH
|
config CONFIG_FEATURE_AUTOWIDTH
|
||||||
bool " Calculate terminal & column widths"
|
bool " Calculate terminal & column widths"
|
||||||
default n
|
default y
|
||||||
depends on CONFIG_LS || CONFIG_MORE
|
depends on CONFIG_LS || CONFIG_MORE
|
||||||
help
|
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"
|
comment "Common options for df, du, ls"
|
||||||
depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
|
depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
|
||||||
|
@ -245,20 +245,6 @@ config CONFIG_FEATURE_USE_TERMIOS
|
|||||||
will be unable to determine the current screen size, and will be
|
will be unable to determine the current screen size, and will be
|
||||||
unable to move the cursor.
|
unable to move the cursor.
|
||||||
|
|
||||||
comment "Common options for ls and more"
|
|
||||||
depends on CONFIG_LS || CONFIG_MORE
|
|
||||||
|
|
||||||
config CONFIG_FEATURE_AUTOWIDTH
|
|
||||||
bool " Calculate terminal & column widths"
|
|
||||||
default y
|
|
||||||
depends on CONFIG_LS || CONFIG_MORE
|
|
||||||
help
|
|
||||||
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.
|
|
||||||
|
|
||||||
config CONFIG_PIVOT_ROOT
|
config CONFIG_PIVOT_ROOT
|
||||||
bool "pivot_root"
|
bool "pivot_root"
|
||||||
default n
|
default n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user