X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fcommondsp.c;h=791cb30af1baa504eb7afad577bffe3141801903;hb=82b026e6376b640a4d3409a461dd6bd83708e33e;hp=73afb957d5e85f1c1f718584d6d7ccd2fa336382;hpb=8ae7e7d1b257ef36d8a9fd1cd88807954ef10764;p=gnushogi.git diff --git a/gnushogi/commondsp.c b/gnushogi/commondsp.c index 73afb95..791cb30 100644 --- a/gnushogi/commondsp.c +++ b/gnushogi/commondsp.c @@ -4,20 +4,17 @@ * Common display routines for GNU Shogi. * * ---------------------------------------------------------------------- - * Copyright (c) 1993, 1994, 1995 Matthias Mutz - * Copyright (c) 1999 Michael Vanier and the Free Software Foundation * - * GNU SHOGI is based on GNU CHESS + * Copyright (c) 2012 Free Software Foundation * - * Copyright (c) 1988, 1989, 1990 John Stanback - * Copyright (c) 1992 Free Software Foundation + * GNU SHOGI is based on GNU CHESS * * This file is part of GNU SHOGI. * * GNU Shogi is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 1, or (at your option) any - * later version. + * Free Software Foundation; either version 3 of the License, + * or (at your option) any later version. * * GNU Shogi is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -25,23 +22,16 @@ * for more details. * * You should have received a copy of the GNU General Public License along - * with GNU Shogi; see the file COPYING. If not, write to the Free - * Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * with GNU Shogi; see the file COPYING. If not, see + * . * ---------------------------------------------------------------------- * */ -#include "gnushogi.h" - #if defined HAVE_GETTIMEOFDAY #include #endif -char mvstr[4][6]; -char *InPtr; -int InBackground = false; - - #include #include @@ -50,6 +40,11 @@ int InBackground = false; #include #include +#include "gnushogi.h" + +char mvstr[4][6]; +char *InPtr; +int InBackground = false; #if defined(BOOKTEST) @@ -1737,7 +1732,7 @@ InputCommand(char *command) s[0] = sx[0] = '\0'; while(!sx[0]) - (void)fgets(sx, 256, stdin); + (void)fgets(sx, 80, stdin); } else {