--- x11/x11.c.orig	2008-11-10 19:01:27.000000000 +0100
+++ x11/x11.c	2008-11-10 19:01:29.000000000 +0100
@@ -98,6 +98,9 @@
 #include <curses.h>
 #include <x11.h>
 
+/* SIGKILL to the parent process on just about any problem!? =:-{ Get rid of it! */
+#define kill(P, S) kill ((P), (S) == SIGKILL ? SIGTERM : (S))
+
 static char *XCursesClassName="XCurses";
 static XtAppContext app_context;
 Widget  topLevel,drawing,d1,scrollBox,scrollVert,scrollHoriz;

