X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fknight.c;h=878c113dc53b1caab2feb42e9d497d7afdce9b2a;hp=ae9d223441bfbc0ab3d1e14f0fcf1e550e72f53c;hb=a8e3f06ac309504143cd56ac9ec55889bfdf4914;hpb=f486c68b1efe3bab5739c3f464fde6685a52bee5 diff --git a/test/knight.c b/test/knight.c index ae9d2234..878c113d 100644 --- a/test/knight.c +++ b/test/knight.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2012,2013 Free Software Foundation, Inc. * + * Copyright (c) 1998-2013,2017 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 @@ * Eric S. Raymond July 22 1995. Mouse support * added September 20th 1995. * - * $Id: knight.c,v 1.36 2013/02/16 19:53:08 tom Exp $ + * $Id: knight.c,v 1.37 2017/04/15 17:43:11 tom Exp $ */ #include @@ -734,7 +734,7 @@ play(void) case 'x': goto dropout; - case '?': + case HELP_KEY_1: show_help(&keyhelp); break;