Skip to content

Commit

Permalink
Restart the shell if VTE restart is requested
Browse files Browse the repository at this point in the history
This happened in the past until d35e664
because of https://sourceforge.net/p/geany/bugs/163/ and
https://bugzilla.gnome.org/show_bug.cgi?id=540161.
But since the VTE bug has been fixed for long, we can remove the
workaround.

Closes #352.
  • Loading branch information
eht16 committed Mar 31, 2019
1 parent b8cdfdd commit de097dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vte.c
Expand Up @@ -526,6 +526,7 @@ static void vte_restart(GtkWidget *widget)
pid = 0;
}
vf->vte_terminal_reset(VTE_TERMINAL(widget), TRUE, TRUE);
vte_start(widget);
set_clean(TRUE);
}

Expand Down

0 comments on commit de097dd

Please sign in to comment.