Allow passing command to InputCommand
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 3 Mar 2014 13:44:00 +0000 (14:44 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 3 Mar 2014 13:44:00 +0000 (14:44 +0100)
commit978d019d1fbc6789be06ecd8564ea5393aaed373
tree9349b7c764c2f775c450bbc41824c74725c0d646
parentdec345dc3b77affb98207d7387093dbdee39c08b
Allow passing command to InputCommand

InputCommand was only called with argument command=NULL, but written such
that it would execute the passed command rather than read one from stdin
in other cases. (E.g. to execute a back-logged command.) But in such a case
it should not ponder or analyze before processing the command, as these
should only be done while waiting for true input.
gnushogi/commondsp.c