X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftestscanw.c;h=251c464d763ce372f4433aaf61adc5e70ce93513;hp=79589c20386d76d31a886080672e8e255e1861b3;hb=f3ec084eb66ba14feb6357b674fb85dd474933d8;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/test/testscanw.c b/test/testscanw.c index 79589c20..251c464d 100644 --- a/test/testscanw.c +++ b/test/testscanw.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2002,2006 Free Software Foundation, Inc. * + * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 1998-2002,2006 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 * @@ -29,7 +30,7 @@ * Date: 1997/03/17 * From: bayern@morpheus.cis.yale.edu * - * $Id: testscanw.c,v 1.11 2006/04/01 19:08:03 tom Exp $ + * $Id: testscanw.c,v 1.13 2020/02/02 23:34:34 tom Exp $ */ #include @@ -47,7 +48,7 @@ main(int argc, char *argv[]) echo(); #if 0 - trace(TRACE_UPDATE | TRACE_CALLS); + curses_trace(TRACE_UPDATE | TRACE_CALLS); #endif while (argc > 1) { if (isdigit(UChar(*argv[1])))