Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Don’t call Ncurses.getch when in shell_out mode
Previously, when using threads, Ncurses.getch was called while the gpg pinentry was running (as an example of using the shell_out method). Now, the Ncurses mutex will be used to wait until shell_out mode is finished.
- Loading branch information