A user reported that when changing the Pinentry suggested Passwort, inserted characters are always added to the end. Needs to be verified and fixed.
Test using gpg -c with "formatted-passphrase" enabled in gpg-agent.conf
A user reported that when changing the Pinentry suggested Passwort, inserted characters are always added to the end. Needs to be verified and fixed.
Test using gpg -c with "formatted-passphrase" enabled in gpg-agent.conf
Its an issue of cursor position. If one either deletes or inputs a a character anywhere in the password string, the cursor always jumps to the end of the string.
Therefore it is possible to change a character by first deleting it, then positioning the cursor again at the intended place of insertion and there type the new character.
If pinentry-formatted-passphrase is removed from gpg-agent.conf, the cursor jumping does not happen any more.