X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Fbase%2Fkeyok.c;h=945228aa803535366b7f88bdb769aad1509bf256;hb=2de8c14bb2c6f8e61cfbbfb1f0f30d1ad64c8d68;hp=180c54aa191c97559da2085fac1fc25ad057d6c4;hpb=896224bea6196d73d03e39b1a266887d6f2cb6ff;p=ncurses.git diff --git a/ncurses/base/keyok.c b/ncurses/base/keyok.c index 180c54aa..945228aa 100644 --- a/ncurses/base/keyok.c +++ b/ncurses/base/keyok.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2014,2019 Free Software Foundation, Inc. * + * Copyright 2019-2020,2021 Thomas E. Dickey * + * Copyright 1998-2012,2014 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,13 +34,13 @@ #include -MODULE_ID("$Id: keyok.c,v 1.15 2019/12/21 22:40:32 tom Exp $") +MODULE_ID("$Id: keyok.c,v 1.17 2021/06/17 21:26:02 tom Exp $") /* * Enable (or disable) ncurses' interpretation of a keycode by adding (or * removing) the corresponding 'tries' entry. * - * Do this by storing a second tree of tries, which records the disabled keys. + * Do this by storing a second tree of tries, which records the disabled keys. * The simplest way to copy is to make a function that returns the string (with * nulls set to 0200), then use that to reinsert the string into the * corresponding tree.