diff options
author | Werner Koch <[email protected]> | 2002-01-20 16:49:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-01-20 16:49:10 +0000 |
commit | 6aae6603af7b3d93bcf6b74b72d7475ecf3eec20 (patch) | |
tree | 2c0dbfa60cfce26c2cb5fb71ad0ac57e41a0b8ce /agent/agent.h | |
parent | * gpg-agent.c (main): Disable core dumps. (diff) | |
download | gnupg-6aae6603af7b3d93bcf6b74b72d7475ecf3eec20.tar.gz gnupg-6aae6603af7b3d93bcf6b74b72d7475ecf3eec20.zip |
* 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.
Diffstat (limited to '')
-rw-r--r-- | agent/agent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h index ca70150c8..6db2f4b9c 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -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; |