diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 47 |
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 | |||
104 | help | 104 | help |
105 | 'last' displays a list of the last users that logged into the system. | 105 | 'last' displays a list of the last users that logged into the system. |
106 | 106 | ||
107 | config CONFIG_LESS | ||
108 | bool "less" | ||
109 | default n | ||
110 | help | ||
111 | 'less' is a pager, meaning that it displays text files. It possesses | ||
112 | a wide array of features, and is an improvement over 'more'. | ||
113 | |||
114 | config CONFIG_FEATURE_LESS_BRACKETS | ||
115 | bool " Enable bracket searching" | ||
116 | default y | ||
117 | depends on CONFIG_LESS | ||
118 | help | ||
119 | This option adds the capability to search for matching left and right | ||
120 | brackets, facilitating programming. | ||
121 | |||
122 | config CONFIG_FEATURE_LESS_FLAGS | ||
123 | bool " Enable extra flags" | ||
124 | default y | ||
125 | depends on CONFIG_LESS | ||
126 | help | ||
127 | The extra flags provided do the following: | ||
128 | |||
129 | The -M flag enables a more sophisticated status line. | ||
130 | The -m flag enables a simpler status line with a percentage. | ||
131 | |||
132 | config CONFIG_FEATURE_LESS_FLAGCS | ||
133 | bool " Enable flag changes" | ||
134 | default n | ||
135 | depends on CONFIG_LESS | ||
136 | help | ||
137 | This enables the ability to change command-line flags within | ||
138 | less itself. | ||
139 | |||
140 | config CONFIG_FEATURE_LESS_MARKS | ||
141 | bool " Enable marks" | ||
142 | default n | ||
143 | depends on CONFIG_LESS | ||
144 | help | ||
145 | Marks enable positions in a file to be stored for easy reference. | ||
146 | |||
147 | config CONFIG_FEATURE_LESS_REGEXP | ||
148 | bool " Enable regular expressions" | ||
149 | default n | ||
150 | depends on CONFIG_LESS | ||
151 | help | ||
152 | Enable regular expressions, allowing complex file searches. | ||
153 | |||
107 | config CONFIG_HDPARM | 154 | config CONFIG_HDPARM |
108 | bool "hdparm" | 155 | bool "hdparm" |
109 | default n | 156 | default n |