diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 15f677a73..40edf23a2 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -293,13 +293,13 @@ config FEATURE_LESS_FLAGS | |||
293 | The -M flag enables a more sophisticated status line. | 293 | The -M flag enables a more sophisticated status line. |
294 | The -m flag enables a simpler status line with a percentage. | 294 | The -m flag enables a simpler status line with a percentage. |
295 | 295 | ||
296 | config FEATURE_LESS_FLAGCS | 296 | config FEATURE_LESS_DASHCMD |
297 | bool "Enable flag changes" | 297 | bool "Enable flag changes ('-' command)" |
298 | default n | 298 | default n |
299 | depends on LESS | 299 | depends on LESS |
300 | help | 300 | help |
301 | This enables the ability to change command-line flags within | 301 | This enables the ability to change command-line flags within |
302 | less itself. | 302 | less itself ('-' keyboard command). |
303 | 303 | ||
304 | config FEATURE_LESS_MARKS | 304 | config FEATURE_LESS_MARKS |
305 | bool "Enable marks" | 305 | bool "Enable marks" |
@@ -315,6 +315,20 @@ config FEATURE_LESS_REGEXP | |||
315 | help | 315 | help |
316 | Enable regular expressions, allowing complex file searches. | 316 | Enable regular expressions, allowing complex file searches. |
317 | 317 | ||
318 | config FEATURE_LESS_LINENUMS | ||
319 | bool "Enable dynamic switching of line numbers" | ||
320 | default n | ||
321 | depends on LESS | ||
322 | help | ||
323 | Enable "-N" command. | ||
324 | |||
325 | config FEATURE_LESS_WINCH | ||
326 | bool "Enable automatic resizing on window size changes" | ||
327 | default n | ||
328 | depends on LESS | ||
329 | help | ||
330 | Makes less track window size changes. | ||
331 | |||
318 | config HDPARM | 332 | config HDPARM |
319 | bool "hdparm" | 333 | bool "hdparm" |
320 | default n | 334 | default n |