XBoard: declare feature sigint=0 to avoid getting killed by the GUI.
[gnushogi.git] / gnushogi / commondsp.c
index 8fc4b32..c7940e3 100644 (file)
@@ -1634,7 +1634,7 @@ InputCommand(char *command)
         }
         else if (strcmp(s, "protover") == 0)
         {
-            printf("feature myname=\"GNU %sShogi %s\" variants=\"%sshogi\" debug=1 setboard=0 done=1\n",
+            printf("feature myname=\"GNU %sShogi %s\" variants=\"%sshogi\" debug=1 setboard=0 sigint=0 done=1\n",
 #ifdef MINISHOGI
                                        "mini", PACKAGE_VERSION, "5x5+5_"
 #else