X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fdemo_termcap.c;fp=test%2Fdemo_termcap.c;h=2b71d8fdb8702f77ac6fe377e6dd3241f2dc2fcf;hp=6f35c17a63afe80c158d951e32c1d35b395bdf62;hb=0dc2639645b2cc67271247405709161df24a771f;hpb=6b96eb711cbf58da43002ff14b66d8a52c19a731 diff --git a/test/demo_termcap.c b/test/demo_termcap.c index 6f35c17a..2b71d8fd 100644 --- a/test/demo_termcap.c +++ b/test/demo_termcap.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2005-2012,2013 Free Software Foundation, Inc. * + * Copyright (c) 2005-2013,2014 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 +29,7 @@ /* * Author: Thomas E. Dickey * - * $Id: demo_termcap.c,v 1.24 2013/06/08 16:58:49 tom Exp $ + * $Id: demo_termcap.c,v 1.26 2014/07/19 22:49:52 tom Exp $ * * A simple demo of the termcap interface. */ @@ -50,10 +50,11 @@ #if USE_CODE_LISTS static bool b_opt = FALSE; static bool n_opt = FALSE; -static bool q_opt = FALSE; static bool s_opt = FALSE; #endif +static bool q_opt = FALSE; + static char *d_opt; static char *e_opt; static char **db_list;