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

Diff for /src/usr.bin/less/lesskey.h between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 1996/09/21 05:39:45 version 1.1.1.2, 2003/04/13 18:21:21
Line 1 
Line 1 
 /*  /*
    * Copyright (C) 1984-2002  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.
    */
   
   
   /*
  * Format of a lesskey file:   * Format of a lesskey file:
  *   *
  *      LESSKEY_MAGIC (4 bytes)   *      LESSKEY_MAGIC (4 bytes)
Line 18 
Line 29 
   
 #define CMD_SECTION             'c'  #define CMD_SECTION             'c'
 #define EDIT_SECTION            'e'  #define EDIT_SECTION            'e'
   #define VAR_SECTION             'v'
 #define END_SECTION             'x'  #define END_SECTION             'x'
   
 #define C0_END_LESSKEY_MAGIC    'E'  #define C0_END_LESSKEY_MAGIC    'E'

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2