Fix pause/resume
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 8 Dec 2018 11:59:02 +0000 (12:59 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 8 Dec 2018 11:59:02 +0000 (12:59 +0100)
commit1788d5e3e95e8b959a382171f31da23cc10d5ee3
tree802a88f05affcf1102d62502b36adf70cdd0cc0d
parent56ec3542fa3d48cab43219310e235951a0978599
Fix pause/resume

Tne 'pause' and 'resume' commands are executed in the GUI thread for
instant obedience. But they have to take care that a move produced by
an aborted think is ignored (by setting searching = 0 before stopping it),
and that the engine thread has to be signalled to restart it.
UCI2WB.c