pinentry-dmenu

a pinentry program based on dmenu
git clone anongit@rnpnr.xyz:pinentry-dmenu.git
Log | Files | Refs | Feed | README | LICENSE

Commit: ef83430f3a5f205f3bf59c9fd271b71d6b5e1f28
Parent: 682a9649bd0371d7c1554ecbd38954dc0b9299af
Author: zavok
Date:   Sun,  7 Feb 2016 16:40:57 +0300

actually clean up text on unsuccesful pass input

Diffstat:
Mconfig.h | 2+-
Mspine.c | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.h b/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ static Bool topbar = True; static const char *fonts[]={ - "monospace:size=8" + "Dejavu Sans Mono:size=10" }; static char *secchar = "*"; /*static char *description = NULL; diff --git a/spine.c b/spine.c @@ -335,6 +335,7 @@ confirm(void) { static int spinecmdhandler (pinentry_t recieved_pinentry) { + text[0]='\0'; pinentry = recieved_pinentry; if(!setlocale(LC_CTYPE, "") || !XSupportsLocale()) @@ -375,4 +376,4 @@ main(int argc, char *argv[]){ if (pinentry_loop()) return 1; return 0; -} -\ No newline at end of file +}