X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fdots.c;h=c0cdf9011e5654490f3e71906e6136706832eb33;hp=c99fbf4dd7be3449af2eddc907257fc5dda39395;hb=3853a8e97d7efa8cb6a3c93c696d2c52895d6a70;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/test/dots.c b/test/dots.c index c99fbf4d..c0cdf901 100644 --- a/test/dots.c +++ b/test/dots.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1999-2005,2006 Free Software Foundation, Inc. * + * Copyright (c) 1999-2006,2007 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,10 +29,11 @@ /* * Author: Thomas E. Dickey 1999 * - * $Id: dots.c,v 1.15 2006/11/04 19:54:42 tom Exp $ + * $Id: dots.c,v 1.16 2007/02/03 18:51:23 tom Exp $ * * A simple demo of the terminfo interface. */ +#define USE_TINFO #include #if HAVE_SETUPTERM