X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7d588e1ab6de989156fcf8c9036852eb1808b564..0d64ffb3e3ce35ca67dbaaddc35cc7ca35e2b59b:/package/busybox/config/miscutils/Config.in?ds=sidebyside diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in index 4d5a9a1d3..41a42c91a 100644 --- a/package/busybox/config/miscutils/Config.in +++ b/package/busybox/config/miscutils/Config.in @@ -133,6 +133,11 @@ config BUSYBOX_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 BUSYBOX_CONFIG_FEATURE_LESS_MAXLINES + int "Max number of input lines less will try to eat" + default 9999999 + depends on BUSYBOX_CONFIG_LESS + config BUSYBOX_CONFIG_FEATURE_LESS_BRACKETS bool "Enable bracket searching" default n