diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-07-25 15:18:20 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-07-25 15:18:20 +0200 |
commit | 4e552a70ec00e4eb9bb0bcde95688ddb3c4fcefe (patch) | |
tree | f39123cd092c53644788dea0636cfe155d4e8cb3 /miscutils/Config.src | |
parent | be391e759675b23ccf6e19cb6ea5b819840f3026 (diff) | |
download | busybox-w32-4e552a70ec00e4eb9bb0bcde95688ddb3c4fcefe.tar.gz busybox-w32-4e552a70ec00e4eb9bb0bcde95688ddb3c4fcefe.tar.bz2 busybox-w32-4e552a70ec00e4eb9bb0bcde95688ddb3c4fcefe.zip |
less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.
+7 bytes is not selected, +100 if selected.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/Config.src')
-rw-r--r-- | miscutils/Config.src | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src index 61529141d..b9fc196d8 100644 --- a/miscutils/Config.src +++ b/miscutils/Config.src | |||
@@ -360,72 +360,6 @@ config FEATURE_LAST_FANCY | |||
360 | logged into the system (mimics sysvinit last). +900 bytes. | 360 | logged into the system (mimics sysvinit last). +900 bytes. |
361 | endchoice | 361 | endchoice |
362 | 362 | ||
363 | config LESS | ||
364 | bool "less" | ||
365 | default y | ||
366 | help | ||
367 | 'less' is a pager, meaning that it displays text files. It possesses | ||
368 | a wide array of features, and is an improvement over 'more'. | ||
369 | |||
370 | config FEATURE_LESS_MAXLINES | ||
371 | int "Max number of input lines less will try to eat" | ||
372 | default 9999999 | ||
373 | depends on LESS | ||
374 | |||
375 | config FEATURE_LESS_BRACKETS | ||
376 | bool "Enable bracket searching" | ||
377 | default y | ||
378 | depends on LESS | ||
379 | help | ||
380 | This option adds the capability to search for matching left and right | ||
381 | brackets, facilitating programming. | ||
382 | |||
383 | config FEATURE_LESS_FLAGS | ||
384 | bool "Enable extra flags" | ||
385 | default y | ||
386 | depends on LESS | ||
387 | help | ||
388 | The extra flags provided do the following: | ||
389 | |||
390 | The -M flag enables a more sophisticated status line. | ||
391 | The -m flag enables a simpler status line with a percentage. | ||
392 | |||
393 | config FEATURE_LESS_MARKS | ||
394 | bool "Enable marks" | ||
395 | default y | ||
396 | depends on LESS | ||
397 | help | ||
398 | Marks enable positions in a file to be stored for easy reference. | ||
399 | |||
400 | config FEATURE_LESS_REGEXP | ||
401 | bool "Enable regular expressions" | ||
402 | default y | ||
403 | depends on LESS | ||
404 | help | ||
405 | Enable regular expressions, allowing complex file searches. | ||
406 | |||
407 | config FEATURE_LESS_WINCH | ||
408 | bool "Enable automatic resizing on window size changes" | ||
409 | default y | ||
410 | depends on LESS | ||
411 | help | ||
412 | Makes less track window size changes. | ||
413 | |||
414 | config FEATURE_LESS_DASHCMD | ||
415 | bool "Enable flag changes ('-' command)" | ||
416 | default y | ||
417 | depends on LESS | ||
418 | help | ||
419 | This enables the ability to change command-line flags within | ||
420 | less itself ('-' keyboard command). | ||
421 | |||
422 | config FEATURE_LESS_LINENUMS | ||
423 | bool "Enable dynamic switching of line numbers" | ||
424 | default y | ||
425 | depends on FEATURE_LESS_DASHCMD | ||
426 | help | ||
427 | Enables "-N" command. | ||
428 | |||
429 | config HDPARM | 363 | config HDPARM |
430 | bool "hdparm" | 364 | bool "hdparm" |
431 | default y | 365 | default y |