diff options
author | zavok <an2qzavok@gmail.com> | 2016-02-07 16:49:31 +0300 |
---|---|---|
committer | zavok <an2qzavok@gmail.com> | 2016-02-07 16:49:31 +0300 |
commit | c601f2c31967b8206e4984b8f6ac145a97ce467c (patch) | |
tree | 3dabe52556916018f67b671a123c83798d34eea5 | |
parent | ef83430f3a5f205f3bf59c9fd271b71d6b5e1f28 (diff) |
woops, forgot cursor
-rw-r--r-- | spine.c | 4 | ||||
-rwxr-xr-x | spinetest | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -336,6 +336,7 @@ confirm(void) { static int spinecmdhandler (pinentry_t recieved_pinentry) { text[0]='\0'; + cursor = 0; pinentry = recieved_pinentry; if(!setlocale(LC_CTYPE, "") || !XSupportsLocale()) @@ -369,8 +370,7 @@ spinecmdhandler (pinentry_t recieved_pinentry) { pinentry_cmd_handler_t pinentry_cmd_handler = spinecmdhandler; int -main(int argc, char *argv[]){ - +main(int argc, char *argv[]) { pinentry_init("spine"); pinentry_parse_opts(argc, argv); if (pinentry_loop()) @@ -2,6 +2,8 @@ echo "SETDESC testing spine, type whatever SETPROMPT whatever: GETPIN +SETDESC type more of whatever: +GETPIN SETDESC testing confirmation confirm BYE" | ./spine |