aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-09-15 19:26:59 +0000
committerRob Landley <rob@landley.net>2005-09-15 19:26:59 +0000
commit9200e79d21dbe3d91498f8fc7d33531286ae7d0d (patch)
tree064e422cc8f868ef50db35178f9fabc29ddd5451 /miscutils/Config.in
parentbfd94c43310a7bbe679fc7185a7c19a3ed0e59ee (diff)
downloadbusybox-9200e79d21dbe3d91498f8fc7d33531286ae7d0d.tar.gz
New applet "less", from Rob Sullivan.
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in47
1 files changed, 47 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 1f14d212f..a1048804f 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -104,6 +104,53 @@ config CONFIG_LAST
help
'last' displays a list of the last users that logged into the system.
+config CONFIG_LESS
+ bool "less"
+ default n
+ help
+ 'less' is a pager, meaning that it displays text files. It possesses
+ a wide array of features, and is an improvement over 'more'.
+
+config CONFIG_FEATURE_LESS_BRACKETS
+ bool " Enable bracket searching"
+ default y
+ depends on CONFIG_LESS
+ help
+ This option adds the capability to search for matching left and right
+ brackets, facilitating programming.
+
+config CONFIG_FEATURE_LESS_FLAGS
+ bool " Enable extra flags"
+ default y
+ depends on CONFIG_LESS
+ help
+ The extra flags provided do the following:
+
+ The -M flag enables a more sophisticated status line.
+ The -m flag enables a simpler status line with a percentage.
+
+config CONFIG_FEATURE_LESS_FLAGCS
+ bool " Enable flag changes"
+ default n
+ depends on CONFIG_LESS
+ help
+ This enables the ability to change command-line flags within
+ less itself.
+
+config CONFIG_FEATURE_LESS_MARKS
+ bool " Enable marks"
+ default n
+ depends on CONFIG_LESS
+ help
+ Marks enable positions in a file to be stored for easy reference.
+
+config CONFIG_FEATURE_LESS_REGEXP
+ bool " Enable regular expressions"
+ default n
+ depends on CONFIG_LESS
+ help
+ Enable regular expressions, allowing complex file searches.
+
config CONFIG_HDPARM
bool "hdparm"
default n