X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fncurses.c;h=eff12d4b3d2cdda47b61bd7d2bada99e8d1605d9;hp=b4fb7fab35f179fb5eb371b2baed6de6465e204a;hb=c04d54322f7835ed42e597967d8fa5471025fcac;hpb=99c50261a07b29bfad4ab33ebe9f6597558e8c88 diff --git a/test/ncurses.c b/test/ncurses.c index b4fb7fab..eff12d4b 100644 --- a/test/ncurses.c +++ b/test/ncurses.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * + * Copyright (c) 1998-2009,2010 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 * @@ -40,7 +40,7 @@ AUTHOR Author: Eric S. Raymond 1993 Thomas E. Dickey (beginning revision 1.27 in 1996). -$Id: ncurses.c,v 1.353 2009/12/20 02:14:17 tom Exp $ +$Id: ncurses.c,v 1.355 2010/01/09 16:52:17 tom Exp $ ***************************************************************************/ @@ -6595,8 +6595,8 @@ main_menu(bool top) (void) fflush(stdout); /* necessary under SVr4 curses */ /* - * This used to be an 'fgets()' call. However (on Linux, at least) - * mixing stream I/O and 'read()' (used in the library) causes the + * This used to be an 'fgets()' call (until 1996/10). However with + * some runtime libraries, mixing stream I/O and 'read()' causes the * input stream to be flushed when switching between the two. */ command = 0;