=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/infocmp/infocmp.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/infocmp/infocmp.c 2015/11/11 02:52:46 1.22 --- src/usr.bin/infocmp/infocmp.c 2016/08/03 16:32:08 1.23 *************** *** 1,4 **** ! /* $OpenBSD: infocmp.c,v 1.22 2015/11/11 02:52:46 deraadt Exp $ */ /**************************************************************************** * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * --- 1,4 ---- ! /* $OpenBSD: infocmp.c,v 1.23 2016/08/03 16:32:08 krw Exp $ */ /**************************************************************************** * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * *************** *** 44,50 **** #include ! MODULE_ID("$Id: infocmp.c,v 1.22 2015/11/11 02:52:46 deraadt Exp $") #define L_CURL "{" #define R_CURL "}" --- 44,50 ---- #include ! MODULE_ID("$Id: infocmp.c,v 1.23 2016/08/03 16:32:08 krw Exp $") #define L_CURL "{" #define R_CURL "}" *************** *** 628,634 **** char *cp = tp->Strings[i]; /* don't use soft-key capabilities */ ! if (strnames[i][0] == 'k' && strnames[i][0] == 'f') continue; if (cp != ABSENT_STRING && cp != CANCELLED_STRING && cp[0] && cp --- 628,634 ---- char *cp = tp->Strings[i]; /* don't use soft-key capabilities */ ! if (strnames[i][0] == 'k' && strnames[i][1] == 'f') continue; if (cp != ABSENT_STRING && cp != CANCELLED_STRING && cp[0] && cp