X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fbase%2Fkeyok.c;h=180c54aa191c97559da2085fac1fc25ad057d6c4;hp=37fddecfa526880c7d654a592f3b5d22f858473e;hb=896224bea6196d73d03e39b1a266887d6f2cb6ff;hpb=02f1dee48fe8af6ce054388fba739aa4f975004e diff --git a/ncurses/base/keyok.c b/ncurses/base/keyok.c index 37fddecf..180c54aa 100644 --- a/ncurses/base/keyok.c +++ b/ncurses/base/keyok.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2012,2014 Free Software Foundation, Inc. * + * Copyright (c) 1998-2014,2019 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -33,7 +33,7 @@ #include -MODULE_ID("$Id: keyok.c,v 1.14 2014/03/08 20:32:59 tom Exp $") +MODULE_ID("$Id: keyok.c,v 1.15 2019/12/21 22:40:32 tom Exp $") /* * Enable (or disable) ncurses' interpretation of a keycode by adding (or @@ -55,7 +55,6 @@ NCURSES_SP_NAME(keyok) (NCURSES_SP_DCLx int c, bool flag) #ifdef USE_TERM_DRIVER code = CallDriver_2(sp, td_kyOk, c, flag); #else - T((T_CALLED("keyok(%d,%d)"), c, flag)); if (c >= 0) { int count = 0; char *s;