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

Diff for /src/usr.bin/less/cmd.h between version 1.4 and 1.5

version 1.4, 2007/11/24 12:59:28 version 1.5, 2011/09/16 18:12:09
Line 1 
Line 1 
 /*  /*
  * Copyright (C) 1984-2002  Mark Nudelman   * Copyright (C) 1984-2011  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.
Line 65 
Line 65 
 #define A_REMOVE_FILE           52  #define A_REMOVE_FILE           52
 #define A_NEXT_TAG              53  #define A_NEXT_TAG              53
 #define A_PREV_TAG              54  #define A_PREV_TAG              54
   #define A_FILTER                55
   
 #define A_INVALID               100  #define A_INVALID               100
 #define A_NOACTION              101  #define A_NOACTION              101
Line 97 
Line 98 
 #define EC_F_COMPLETE   17  #define EC_F_COMPLETE   17
 #define EC_B_COMPLETE   18  #define EC_B_COMPLETE   18
 #define EC_LITERAL      19  #define EC_LITERAL      19
   #define EC_ABORT        20
   
 #define EC_NOACTION     101  #define EC_NOACTION     101
 #define EC_UINVALID     102  #define EC_UINVALID     102

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5