X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=xboard2uci.c;fp=xboard2uci.c;h=06a20706fdbf3b4eeb137b90fd64c9041b346ff4;hp=c8c835474779d1994de309664dba9f3ba8862aae;hb=de010509fa0e57ba955da6512c714fbff8606af3;hpb=60900035e6d0309705f2326ee50edc52386305e9 diff --git a/xboard2uci.c b/xboard2uci.c index c8c8354..06a2070 100644 --- a/xboard2uci.c +++ b/xboard2uci.c @@ -838,6 +838,7 @@ static void send_xboard_options(){ gui_send(GUI,"feature pause=0"); gui_send(GUI,"feature ping=1"); gui_send(GUI,"feature playother=1"); + gui_send(GUI,"feature sigint=1"); gui_send(GUI,"feature reuse=1"); gui_send(GUI,"feature san=0"); gui_send(GUI,"feature setboard=1");