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 c6c158a..82092f6 100644 --- a/miscutils/less.c +++ b/miscutils/less.c @@ -6,7 +6,6 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ - /* * TODO: * - Add more regular expression support - search modifiers, certain matches, etc. @@ -20,7 +19,6 @@ * - the inp file pointer is used so that keyboard input works after * redirected input has been read from stdin */ - //config:config LESS //config: bool "less (15 kb)" //config: default y |