Display the help text in the status window when no other line is
commit3ae0ae864d38fa674668b478fd9ac87eb3e29dd5
authorBen Kibbey <bjk@luxsci.net>
Tue, 14 Mar 2006 18:57:30 +0000 (14 13:57 -0500)
committerbjk <me@europe3811.localdomain>
Tue, 14 Mar 2006 18:57:30 +0000 (14 13:57 -0500)
tree4729cdef6f6687b477ae33ed7319153de4f5f47a
parent5c0d4d02ae8a9af1ffca43161b2a13e2ae9cdf5b
Display the help text in the status window when no other line is
shown.

Debugging is enabled only when DEBUG is defined and with the new
-D command-line switch.

Added command line options -V to validate a file and -S to validate
and write PGN formatted output to stdout. If there is a parse error
then cboard will return 1, otherwise 0.

Added command line option -N to disable initializing the chess engine.
This allows for two human players.
src/cboard.c
src/cboard.h
src/common.h
src/move.c
src/pgn.c
src/rcfile.c