X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fdots_mvcur.c;h=f02302382fc654be2b27780144e6c46e053115a7;hp=0d8aafba4d0a13642eb45c66a471777163006a4f;hb=4ae6d1c18d0dec956b814865893812655ec3a22c;hpb=b779f5fb4516b3e6d1bc8880ea68923efb761e1d diff --git a/test/dots_mvcur.c b/test/dots_mvcur.c index 0d8aafba..f0230238 100644 --- a/test/dots_mvcur.c +++ b/test/dots_mvcur.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1999-2006,2007 Free Software Foundation, Inc. * + * Copyright (c) 1999-2007,2008 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 - 2007 * - * $Id: dots_mvcur.c,v 1.1 2007/06/02 20:01:32 tom Exp $ + * $Id: dots_mvcur.c,v 1.2 2008/02/09 18:08:57 tom Exp $ * * A simple demo of the terminfo interface, and mvcur. */ @@ -47,7 +47,7 @@ static long total_chars = 0; static time_t started; static int -outc(int c) +outc(TPUTS_ARG c) { if (interrupted) { char tmp = c;