Add -fen option
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 22 Mar 2016 13:56:10 +0000 (14:56 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 29 Mar 2016 14:51:34 +0000 (16:51 +0200)
commit635daf56748af66bf3185d85fb83b12280ef6c83
tree484227557232cdf3da509ccde079b396f7554c71
parent894916fe72347000731f92313b9c2230fd837247
Add -fen option

A volatile string option -fen can now be used to set the initial position
of the initial variant through the command line, removing the need to
prepare a position file for this. Otherwise the effect should be the same
as when using -lpf: New games will be started from the specifoed  positon
until the New Variant dialog is used. The position is 'auto-sizing', i.e.
the FEN is used to set the board geometry as well.
args.h
backend.c
common.h