From 922d40fed4b7f6bb0aafe327600825f9680ce0e7 Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 26 Jun 2012 23:17:33 +0000 Subject: MFV: less v449. --- contrib/less/less.h | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'contrib/less/less.h') diff --git a/contrib/less/less.h b/contrib/less/less.h index bad585d..efdf66b 100644 --- a/contrib/less/less.h +++ b/contrib/less/less.h @@ -1,13 +1,12 @@ /* $FreeBSD$ */ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/* + * Copyright (C) 1984-2012 Mark Nudelman + * + * You may distribute under the terms of either the GNU General Public + * License or the Less License, as specified in the README file. + * + * For more information, see the README file. + */ #define NEWBOT 1 @@ -486,10 +485,13 @@ struct textlist #define CH_KEEPOPEN 002 #define CH_POPENED 004 #define CH_HELPFILE 010 +#define CH_NODATA 020 /* Special case for zero length files */ + #define ch_zero() ((POSITION)0) #define FAKE_HELPFILE "@/\\less/\\help/\\file/\\@" +#define FAKE_EMPTYFILE "@/\\less/\\empty/\\file/\\@" /* Flags for cvt_text */ #define CVT_TO_LC 01 /* Convert upper-case to lower-case */ -- cgit v1.1