diff options
Diffstat (limited to 'miscutils/less.c')
-rw-r--r-- | miscutils/less.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/miscutils/less.c b/miscutils/less.c index c6c158a51..82092f600 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -6,7 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | |||
10 | /* | 9 | /* |
11 | * TODO: | 10 | * TODO: |
12 | * - Add more regular expression support - search modifiers, certain matches, etc. | 11 | * - Add more regular expression support - search modifiers, certain matches, etc. |
@@ -20,7 +19,6 @@ | |||
20 | * - the inp file pointer is used so that keyboard input works after | 19 | * - the inp file pointer is used so that keyboard input works after |
21 | * redirected input has been read from stdin | 20 | * redirected input has been read from stdin |
22 | */ | 21 | */ |
23 | |||
24 | //config:config LESS | 22 | //config:config LESS |
25 | //config: bool "less (15 kb)" | 23 | //config: bool "less (15 kb)" |
26 | //config: default y | 24 | //config: default y |