X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fdemo_menus.c;h=7b0bf30316e558f6aa6b88559feb6b3e092b1548;hb=2bcad5fdfc4aa83a1479bd1d21dadc32dad8c2a8;hp=ab3880cb64f196c17c0f32de9768bb0a0fdc9ba6;hpb=6641601a9dd7f34deeaa978899b3730b27635afb;p=ncurses.git diff --git a/test/demo_menus.c b/test/demo_menus.c index ab3880cb..7b0bf303 100644 --- a/test/demo_menus.c +++ b/test/demo_menus.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2019-2021,2022 Thomas E. Dickey * + * Copyright 2019-2022,2023 Thomas E. Dickey * * Copyright 2003-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: demo_menus.c,v 1.79 2022/12/04 00:40:11 tom Exp $ + * $Id: demo_menus.c,v 1.80 2023/05/27 20:13:10 tom Exp $ * * Demonstrate a variety of functions from the menu library. * Thomas Dickey - 2005/4/9 @@ -925,7 +925,6 @@ perform_menus(void) } if (code == E_REQUEST_DENIED) beep(); - continue; } }