[BACK]Return to less.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / less

Diff for /src/usr.bin/less/less.h between version 1.8 and 1.9

version 1.8, 2011/09/21 19:01:49 version 1.9, 2014/04/25 13:38:21
Line 1 
Line 1 
 /*  /*
  * Copyright (C) 1984-2011  Mark Nudelman   * Copyright (C) 1984-2012  Mark Nudelman
  *   *
  * You may distribute under the terms of either the GNU General Public   * You may distribute under the terms of either the GNU General Public
  * License or the Less License, as specified in the README file.   * License or the Less License, as specified in the README file.
  *   *
  * For more information about less, or for information on how to   * For more information, see the README file.
  * contact the author, see the README file.  
  */   */
   
 #define NEWBOT 1  #define NEWBOT 1
Line 486 
Line 485 
 #define CH_KEEPOPEN     002  #define CH_KEEPOPEN     002
 #define CH_POPENED      004  #define CH_POPENED      004
 #define CH_HELPFILE     010  #define CH_HELPFILE     010
   #define CH_NODATA       020     /* Special case for zero length files */
   
   
 #define ch_zero()       ((POSITION)0)  #define ch_zero()       ((POSITION)0)
   
   #define FAKE_HELPFILE   "@/\\less/\\help/\\file/\\@"
   #define FAKE_EMPTYFILE  "@/\\less/\\empty/\\file/\\@"
   
 /* Flags for cvt_text */  /* Flags for cvt_text */
 #define CVT_TO_LC       01      /* Convert upper-case to lower-case */  #define CVT_TO_LC       01      /* Convert upper-case to lower-case */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9