diff options
author | zavok <an2qzavok@gmail.com> | 2015-11-23 20:48:59 +0300 |
---|---|---|
committer | zavok <an2qzavok@gmail.com> | 2015-11-23 20:48:59 +0300 |
commit | baf9529e6d9737e5c37463d693f1764f830b0c3b (patch) | |
tree | 183d08a3023d80064cfa6cb3346e502b3133537d /config.h | |
parent | 51da5915b03d9b06936ac32f47287beb73d96973 (diff) |
recieve prompt and description from gpg-agent
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ static const char *fonts[]={ "monospace:size=8" }; static char *secchar = "*"; -static char *description = NULL; -static char *prompt = "PIN:"; +/*static char *description = NULL; +static char *prompt = "PIN:";*/ static const char *normbgcolor = "#000000"; static const char *normfgcolor = "#ffffff"; static const char *selbgcolor = "#ff0000"; |