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

Diff for /src/usr.bin/infocmp/infocmp.c between version 1.22 and 1.23

version 1.22, 2015/11/11 02:52:46 version 1.23, 2016/08/03 16:32:08
Line 628 
Line 628 
             char *cp = tp->Strings[i];              char *cp = tp->Strings[i];
   
             /* don't use soft-key capabilities */              /* don't use soft-key capabilities */
             if (strnames[i][0] == 'k' && strnames[i][0] == 'f')              if (strnames[i][0] == 'k' && strnames[i][1] == 'f')
                 continue;                  continue;
   
             if (cp != ABSENT_STRING && cp != CANCELLED_STRING && cp[0] && cp              if (cp != ABSENT_STRING && cp != CANCELLED_STRING && cp[0] && cp

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23