All color parameters in the configuration file begin with 'color_'.`
commita8ede542271d9f4a3593ac9590ade9736bf59b54
authorBen Kibbey <bjk@luxsci.net>
Fri, 31 Mar 2006 17:38:47 +0000 (31 12:38 -0500)
committerBen Kibbey <bjk@luxsci.net>
Fri, 31 Mar 2006 17:38:47 +0000 (31 12:38 -0500)
treeff1fb6a9e312ae49cb1ef1ed95d1835f37eb06dc
parent60fee8f08349dcf382911cb029bdb19205d34501
All color parameters in the configuration file begin with 'color_'.`

Removed unused configuration parameters.

Renamed some configuration parameters.

Boolean values in the configuration file accept "true" and "false".

Line graphics are enabled by default.

Updated the manual page.

pgn_parse_file() accepts an additional argument 'stop' which stops
processing the entire file when a parse error occurs.
data/config.example
doc/cboard.man
src/cboard.c
src/chess.h
src/colors.c
src/colors.h
src/conf.h
src/pgn.c
src/pgn.h
src/rcfile.c