diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-24 22:43:27 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-24 22:43:27 +0000 |
commit | 53c80f09723fa5e9bccd6fbab9c11b14ed520404 (patch) | |
tree | 1c05b9eb8166124b0ac9fb74587aca6459634755 /scripts | |
parent | aa2a1c000c360d89c36c9b1138473ab5f57a946f (diff) | |
download | busybox-w32-53c80f09723fa5e9bccd6fbab9c11b14ed520404.tar.gz busybox-w32-53c80f09723fa5e9bccd6fbab9c11b14ed520404.tar.bz2 busybox-w32-53c80f09723fa5e9bccd6fbab9c11b14ed520404.zip |
less: add optional line number toggle and resizing on SIGWINCH.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index dc926c8e0..5a5a23fb6 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -573,7 +573,7 @@ CONFIG_LESS=y | |||
573 | CONFIG_FEATURE_LESS_MAXLINES=9999999 | 573 | CONFIG_FEATURE_LESS_MAXLINES=9999999 |
574 | CONFIG_FEATURE_LESS_BRACKETS=y | 574 | CONFIG_FEATURE_LESS_BRACKETS=y |
575 | CONFIG_FEATURE_LESS_FLAGS=y | 575 | CONFIG_FEATURE_LESS_FLAGS=y |
576 | CONFIG_FEATURE_LESS_FLAGCS=y | 576 | CONFIG_FEATURE_LESS_DASHCMD=y |
577 | CONFIG_FEATURE_LESS_MARKS=y | 577 | CONFIG_FEATURE_LESS_MARKS=y |
578 | CONFIG_FEATURE_LESS_REGEXP=y | 578 | CONFIG_FEATURE_LESS_REGEXP=y |
579 | CONFIG_HDPARM=y | 579 | CONFIG_HDPARM=y |