X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xhistory.c;h=e8dd0b42c6ea6edf6919431ae381931831a93058;hb=56310c5b198bc521e0a715377c68378b7bcf10a5;hp=d79e7e862f35968c3f6c9b2790d57fa8ee7fd58d;hpb=f81b07c4e3bcbc2260a348beb8c48df27faa1d81;p=xboard.git diff --git a/xhistory.c b/xhistory.c index d79e7e8..e8dd0b4 100644 --- a/xhistory.c +++ b/xhistory.c @@ -176,5 +176,7 @@ HistorySet( char movelist[][2*MOVE_LEN], int first, int last, int current ) MoveHistorySet( movelist, first, last, current, pvInfoList ); EvalGraphSet( first, last, current, pvInfoList ); + + MakeEngineOutputTitle(); }