mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
signal cleanup fix
This commit is contained in:
parent
21ad035cc9
commit
c428284788
3 changed files with 13 additions and 0 deletions
|
@ -673,6 +673,14 @@ tty_disable_completion (void)
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
tty_cleanup_after_signal (void)
|
||||
{
|
||||
#ifdef HAVE_TCGETATTR
|
||||
cleanup ();
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
tty_cleanup_rl_after_signal (void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue