mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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:
parent
1bb860c320
commit
ebdccb9e47
9 changed files with 1303 additions and 1136 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue