Print 50-move counter in Engine-Output title
[xboard.git] / xhistory.c
index d79e7e8..e8dd0b4 100644 (file)
@@ -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();
 }