PGP: UI tweaks for passphrase request

This commit is contained in:
James Booth
2015-09-01 21:25:58 +01:00
parent 4d18c5ff52
commit b468fd7ae4
2 changed files with 4 additions and 1 deletions

View File

@@ -230,7 +230,6 @@ inp_get_password(void)
{
werase(inp_win);
wmove(inp_win, 0, 0);
pad_start = 0;
_inp_win_update_virtual();
doupdate();
char *password = NULL;