Add copy_game_fen.
commit62941d04e3eb15bf0c72ea48451802ec15e28284
authorBen Kibbey <bjk@luxsci.net>
Mon, 17 Sep 2018 18:48:22 +0000 (17 11:48 -0700)
committerBen Kibbey <bjk@luxsci.net>
Mon, 17 Sep 2018 18:48:22 +0000 (17 11:48 -0700)
treeb4a11ab722a00f0b3bc5494e596f94d69bc006a7
parentbaa8871b522b60723b85e2c9f298c592f225b072
Add copy_game_fen.

This creates a new game as a copy of the current one but without any
move history by using a FEN tag and allows for editing the board.

Closes #30.
doc/config.example
src/cboard.c
src/keys.h
src/rcfile.c
src/rcfile.h