Kaydet (Commit) d35e6649 authored tarafından Nick Treleaven's avatar Nick Treleaven

Change VTE restart command to not call vte_terminal_fork_command() -

this should prevent the hang reported in #1990323 with VTE 0.16.14.
Note that with VTE 0.16.14 the reset sometimes leaves a blank
terminal, but pressing enter makes it then behave as normal.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2813 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 82399858
...@@ -17,6 +17,11 @@ ...@@ -17,6 +17,11 @@
Add more dox explaining how to use documents_array (moved from Add more dox explaining how to use documents_array (moved from
document.h, to minimise rebuilding after adding dox). document.h, to minimise rebuilding after adding dox).
Remove some mentions of document indexes in document.c comments. Remove some mentions of document indexes in document.c comments.
* src/vte.c:
Change VTE restart command to not call vte_terminal_fork_command() -
this should prevent the hang reported in #1990323 with VTE 0.16.14.
Note that with VTE 0.16.14 the reset sometimes leaves a blank
terminal, but pressing enter makes it then behave as normal.
2008-07-23 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> 2008-07-23 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
......
...@@ -393,7 +393,6 @@ static void vte_restart(GtkWidget *widget) ...@@ -393,7 +393,6 @@ static void vte_restart(GtkWidget *widget)
pid = 0; pid = 0;
} }
vf->vte_terminal_reset(VTE_TERMINAL(widget), TRUE, TRUE); vf->vte_terminal_reset(VTE_TERMINAL(widget), TRUE, TRUE);
vte_start(widget);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment