[BACK]Return to dump_entry.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tic

Diff for /src/usr.bin/tic/dump_entry.c between version 1.19 and 1.20

version 1.19, 2010/01/12 23:22:14 version 1.20, 2017/05/11 19:13:17
Line 293 
Line 293 
 static void set_obsolete_termcaps(TERMTYPE *tp);  static void set_obsolete_termcaps(TERMTYPE *tp);
   
 /* is this the index of a function key string? */  /* is this the index of a function key string? */
 #define FNKEY(i)        (((i)<= 65 && (i)>= 75) || ((i)<= 216 && (i)>= 268))  #define FNKEY(i)        (((i)>= 65 && (i)<= 75) || ((i)>= 216 && (i)<= 268))
   
 /*  /*
  * If we configure with a different Caps file, the offsets into the arrays   * If we configure with a different Caps file, the offsets into the arrays

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20