Let the console renderer be defined as a thread.

diff --git a/server/thread.c b/server/thread.c
index c568750..ff1e652 100644
--- a/server/thread.c
+++ b/server/thread.c
@@ -698,6 +698,7 @@
         /* if it is waiting on the socket, we don't need to send a SIGTERM */
         violent_death = 0;
     }
+    kill_console_processes( thread, 0 );
     debug_exit_thread( thread );
     abandon_mutexes( thread );
     remove_process_thread( thread->process, thread );