summaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko2006-12-20 02:46:48 +0000
committerDenis Vlasenko2006-12-20 02:46:48 +0000
commit9a7cef930f7e299c0e5d9d1ddeb3f95db6749eb7 (patch)
treeb8f6595e61380091ba42740cf1ad8bb684e55336 /miscutils/Config.in
parentb95636c52fbb058a39548bcbc4e86456ebbd7b7b (diff)
downloadbusybox-9a7cef930f7e299c0e5d9d1ddeb3f95db6749eb7.zip
busybox-9a7cef930f7e299c0e5d9d1ddeb3f95db6749eb7.tar.gz
less: somewhat buggy applet, but nice. Muchly reduced
xstrdup'ing and memory consumption. Made linewrap saner. regex matching code was awful - still buggy, but not as leaky as before. Made buffer size configurable. Killed several static and on-stack buffers. Hopefully eliminated staircase effect on Ctrl-C (unable to reproduce).
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 90e2b6f..01d1fa0 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -133,6 +133,11 @@ config LESS
'less' is a pager, meaning that it displays text files. It possesses
a wide array of features, and is an improvement over 'more'.
+config FEATURE_LESS_MAXLINES
+ int "Max number of input lines less will try to eat"
+ default 9999999
+ depends on LESS
+
config FEATURE_LESS_BRACKETS
bool "Enable bracket searching"
default y