Index: aspell.cpp =================================================================== RCS file: /cvsroot/aspell/aspell/prog/aspell.cpp,v retrieving revision 1.25.2.7 diff -u -r1.25.2.7 aspell.cpp --- aspell.cpp 25 Nov 2002 23:34:06 -0000 1.25.2.7 +++ aspell.cpp 20 Dec 2002 21:36:15 -0000 @@ -495,6 +495,9 @@ for (;;) { buf.clear(); +#ifdef WIN32 + fflush(stdout); +#endif /* WIN32 */ while (c = getchar(), c != '\n' && c != EOF) buf.push_back(static_cast<char>(c)); if (c == '\n')