Also treat 'result' command immediately
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 30 Nov 2016 13:17:55 +0000 (14:17 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 30 Nov 2016 13:24:49 +0000 (14:24 +0100)
commite4503efed01f5923d70288d6a7f50de29c27f0b7
tree632343bf6afc97bd40c3ca1a0bee3fa246b02b45
parent1e8b2a6e137452edec15c70394d22bf864a5d54f
Also treat 'result' command immediately

WinBoard has the nasty habit of sending a 'result' command just before
'quit' when it is closed while the engine is thinking, without putting
the engine in force mode first. So this command has to abort thinking too.
To prevent this will start a ponder search, 'result' now puts us in
force mode.
UCI2WB.c