X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=64b5f3d416eae17cf604e3c293a49228c1e49586;hb=4103b43cdbc7412da6a2a95e0e1882a3872a2d12;hp=cb369090a527ab54a6483f05afe40d41d04d3695;hpb=c856b0337e03ec6ef848a1eae6f33c2071683133;p=xboard.git diff --git a/backend.c b/backend.c index cb36909..64b5f3d 100644 --- a/backend.c +++ b/backend.c @@ -1662,6 +1662,16 @@ InitBackEnd3 P((void)) } } +void +HistorySet( char movelist[][2*MOVE_LEN], int first, int last, int current ) +{ + MoveHistorySet( movelist, first, last, current, pvInfoList ); + + EvalGraphSet( first, last, current, pvInfoList ); + + MakeEngineOutputTitle(); +} + /* * Establish will establish a contact to a remote host.port. * Sets icsPR to a ProcRef for a process (or pseudo-process)