v0.0.22 - Replace ncurses modal prompts with inline body input UX and document policy
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
*/
|
||||
#define NT_VERSION_MAJOR 0
|
||||
#define NT_VERSION_MINOR 0
|
||||
#define NT_VERSION_PATCH 21
|
||||
#define NT_VERSION "v0.0.21"
|
||||
#define NT_VERSION_PATCH 22
|
||||
#define NT_VERSION "v0.0.22"
|
||||
|
||||
#include <ncurses.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -246,7 +246,7 @@ void menu_login(void) {
|
||||
snprintf(endpoint_url, sizeof(endpoint_url), "%s", (saved_endpoint && saved_endpoint[0] != '\0') ? saved_endpoint : "");
|
||||
(void)menu_prompt("> Login > URL Signer",
|
||||
"Signer URL (http://<npub>.fips:8080)",
|
||||
(saved_endpoint && saved_endpoint[0] != '\0') ? saved_endpoint : "",
|
||||
"",
|
||||
endpoint_url,
|
||||
sizeof(endpoint_url));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user