mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
build system: reorder less' options in config so that
they are properly indented
This commit is contained in:
parent
f8a22575f7
commit
4cfa5a27aa
@ -300,14 +300,6 @@ config FEATURE_LESS_FLAGS
|
|||||||
The -M flag enables a more sophisticated status line.
|
The -M flag enables a more sophisticated status line.
|
||||||
The -m flag enables a simpler status line with a percentage.
|
The -m flag enables a simpler status line with a percentage.
|
||||||
|
|
||||||
config FEATURE_LESS_DASHCMD
|
|
||||||
bool "Enable flag changes ('-' command)"
|
|
||||||
default n
|
|
||||||
depends on LESS
|
|
||||||
help
|
|
||||||
This enables the ability to change command-line flags within
|
|
||||||
less itself ('-' keyboard command).
|
|
||||||
|
|
||||||
config FEATURE_LESS_MARKS
|
config FEATURE_LESS_MARKS
|
||||||
bool "Enable marks"
|
bool "Enable marks"
|
||||||
default n
|
default n
|
||||||
@ -322,13 +314,6 @@ config FEATURE_LESS_REGEXP
|
|||||||
help
|
help
|
||||||
Enable regular expressions, allowing complex file searches.
|
Enable regular expressions, allowing complex file searches.
|
||||||
|
|
||||||
config FEATURE_LESS_LINENUMS
|
|
||||||
bool "Enable dynamic switching of line numbers"
|
|
||||||
default n
|
|
||||||
depends on FEATURE_LESS_DASHCMD
|
|
||||||
help
|
|
||||||
Enable "-N" command.
|
|
||||||
|
|
||||||
config FEATURE_LESS_WINCH
|
config FEATURE_LESS_WINCH
|
||||||
bool "Enable automatic resizing on window size changes"
|
bool "Enable automatic resizing on window size changes"
|
||||||
default n
|
default n
|
||||||
@ -336,6 +321,21 @@ config FEATURE_LESS_WINCH
|
|||||||
help
|
help
|
||||||
Makes less track window size changes.
|
Makes less track window size changes.
|
||||||
|
|
||||||
|
config FEATURE_LESS_DASHCMD
|
||||||
|
bool "Enable flag changes ('-' command)"
|
||||||
|
default n
|
||||||
|
depends on LESS
|
||||||
|
help
|
||||||
|
This enables the ability to change command-line flags within
|
||||||
|
less itself ('-' keyboard command).
|
||||||
|
|
||||||
|
config FEATURE_LESS_LINENUMS
|
||||||
|
bool "Enable dynamic switching of line numbers"
|
||||||
|
default n
|
||||||
|
depends on FEATURE_LESS_DASHCMD
|
||||||
|
help
|
||||||
|
Enable "-N" command.
|
||||||
|
|
||||||
config HDPARM
|
config HDPARM
|
||||||
bool "hdparm"
|
bool "hdparm"
|
||||||
default n
|
default n
|
||||||
|
Loading…
Reference in New Issue
Block a user