diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 90e2b6fb1..01d1fa0a5 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -133,6 +133,11 @@ config LESS | |||
133 | 'less' is a pager, meaning that it displays text files. It possesses | 133 | 'less' is a pager, meaning that it displays text files. It possesses |
134 | a wide array of features, and is an improvement over 'more'. | 134 | a wide array of features, and is an improvement over 'more'. |
135 | 135 | ||
136 | config FEATURE_LESS_MAXLINES | ||
137 | int "Max number of input lines less will try to eat" | ||
138 | default 9999999 | ||
139 | depends on LESS | ||
140 | |||
136 | config FEATURE_LESS_BRACKETS | 141 | config FEATURE_LESS_BRACKETS |
137 | bool "Enable bracket searching" | 142 | bool "Enable bracket searching" |
138 | default y | 143 | default y |