Fix blocking of input in ponder games
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 7 Jan 2015 16:50:20 +0000 (17:50 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 7 Jan 2015 16:50:20 +0000 (17:50 +0100)
commit768046d29eff91d4afbcea23dcb2a623a6a747c9
treeafaf6e6335652f3e36ce4548e1b0d1372c1040ee
parent2f647898757b6c71ac708056dcc43a09df1c6f3e
Fix blocking of input in ponder games

The blocking of input during thinking did break pondering, as a ponder
miss also used pause = 2 to schedule ignoring of the 'bestmove' reply
to 'stop'. This now uses pause = 1 again, while after a ponder hit the
input thread is blocked after turning pause into 2, indicating the
'bestmove' is for real.
UCI2WB.c