X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fdemo_termcap.c;h=e5c747b3120a5ecb48a8822a195091fe968c6623;hp=fc9c8ab9ac5e2ba048b5073bea067b6459bb986b;hb=5242fccf157e715ed878455a3efea6c82b840eb5;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/test/demo_termcap.c b/test/demo_termcap.c index fc9c8ab9..e5c747b3 100644 --- a/test/demo_termcap.c +++ b/test/demo_termcap.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2005,2006 Free Software Foundation, Inc. * + * Copyright (c) 2005-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 * - * $Id: demo_termcap.c,v 1.5 2006/05/06 19:06:36 tom Exp $ + * $Id: demo_termcap.c,v 1.6 2007/02/03 18:51:23 tom Exp $ * * A simple demo of the termcap interface. */ +#define USE_TINFO #include #if HAVE_TGETENT