mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
term_deinit() should set SIGCONT back to default, so if it's sent after that
it won't crash (gnome-terminal does that for some reason) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2623 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ee3a30e16b
commit
88654c4468
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ int term_init(void)
|
|||
void term_deinit(void)
|
||||
{
|
||||
if (current_term != NULL) {
|
||||
signal(SIGCONT, SIG_DFL);
|
||||
g_source_remove(redraw_tag);
|
||||
|
||||
term_common_deinit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue