X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fncurses.c;h=e3ba7b555e40a16399dd2ad07f072dadb11b2d63;hb=2db461ea0b1b29c142e3000d830b520c946e385b;hp=c813123acdfbb2aefb5ed5ea91eb710ef0ed0f78;hpb=8890c8f28a1db5995ef17f52a7d8c0b9cf574210;p=ncurses.git diff --git a/test/ncurses.c b/test/ncurses.c index c813123a..e3ba7b55 100644 --- a/test/ncurses.c +++ b/test/ncurses.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * + * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 1998-2016,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 * @@ -40,7 +41,7 @@ AUTHOR Author: Eric S. Raymond 1993 Thomas E. Dickey (beginning revision 1.27 in 1996). -$Id: ncurses.c,v 1.520 2019/12/07 19:04:52 tom Exp $ +$Id: ncurses.c,v 1.522 2020/02/02 23:34:34 tom Exp $ ***************************************************************************/ @@ -7329,7 +7330,7 @@ overlap_test(bool recur GCC_UNUSED) delwin(win2); delwin(win1); erase(); - exit_curses(); + stop_curses(); return OK; } @@ -7529,7 +7530,7 @@ x_overlap_test(bool recur GCC_UNUSED) delwin(win2); delwin(win1); erase(); - exit_curses(); + stop_curses(); return OK; } #endif /* USE_WIDEC_SUPPORT */ @@ -7619,7 +7620,7 @@ settings_test(bool recur GCC_UNUSED) #endif Pause(); erase(); - exit_curses(); + stop_curses(); return OK; }