1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* keyserver.c (keyserver_search_prompt): Flush stdout before

issuing the prompt.  Requested by Todd Vierling.

* samplekeys.asc: Refreshed the keys.
This commit is contained in:
Werner Koch 2003-08-21 17:17:13 +00:00
parent 1bb860c320
commit ebdccb9e47
9 changed files with 1303 additions and 1136 deletions

View file

@ -1,3 +1,8 @@
2003-08-21 Werner Koch <wk@gnupg.org>
* keyserver.c (keyserver_search_prompt): Flush stdout before
issuing the prompt. Requested by Todd Vierling.
2003-08-18 David Shaw <dshaw@jabberwocky.com>
* options.skel: Note that keyserver.pgp.com isn't synchronized,

View file

@ -1,5 +1,5 @@
/* keyserver.c - generic keyserver code
* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
* Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
@ -1088,6 +1088,9 @@ keyserver_search_prompt(IOBUF buffer,int count,const char *searchstr)
if(i%10==0 || rl==0)
{
/* A flush doesn't change anything but might be helpful for
some applications. */
fflush (stdout);
answer=cpr_get_no_help("keysearch.prompt",
_("Enter number(s), N)ext, or Q)uit > "));
/* control-d */