Move input and procesing time, otim to separate routine
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 31 May 2013 19:48:45 +0000 (21:48 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 21 Oct 2013 08:40:24 +0000 (10:40 +0200)
commita630428ed1892dfc762c575417e29d43a027858c
treedf5b2510d95c9fb93502650a2cf40bf8c0dc6c4b
parent73e38eee67d4adfe808694e23046c1a89c6d1a8f
Move input and procesing time, otim to separate routine

Reading the input line and treating some commands is moved to a separate
routine, so it can also be called during ponder search. The commands
needed to be treated in ponder without interrupting it are time and otim
(to get to the following usermove to determine hit-or-miss). The commands
lift and put also must be satisfiable without aborting a ponder search.
(Because Highlight now uses a prepared move list this is possible.)
hachu.c