mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* command.c (cmd_get_passphrase): Remove the plus signs.
* query.c (start_pinentry): Send no-grab option to pinentry * gpg-agent.c (main): Move variable grab as no_grab to agent.h.
This commit is contained in:
parent
eac306fc90
commit
6aae6603af
5 changed files with 35 additions and 9 deletions
|
@ -36,6 +36,7 @@ struct {
|
|||
int batch; /* batch mode */
|
||||
const char *homedir; /* configuration directory name */
|
||||
const char *pinentry_program;
|
||||
int no_grab; /* don't let the pinentry grab the keyboard */
|
||||
|
||||
} opt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue