Implement 'pause' command
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 13 Apr 2018 06:53:06 +0000 (08:53 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 13 Apr 2018 06:53:06 +0000 (08:53 +0200)
commitddbdc08c383883adda17d366e18c819f2e6a4d3a
treed09da4ac109f83b22954fb29845008a346c79a45
parent5d4c209d99d7c162c885affc4c99e6b86e2df36f
Implement 'pause' command

The CECP 'pause' an 'resume' commands are implemente, and announced in
the corresponding feature. Commands in paused mode are ignored, except
'quit'. The ReadClock() function has been adapted to allow initialization
of the startTime with an offset, to give the paused time back to the clock.
For this the nodeCount (which naturally stops incrementing during pauses)
has to be reset outside ReadClock again.
dropper.c