master
Delete cribbage logging. Was never enabled and no point in enabling it.
Include only needed header files per each source file
if both stdout and stderr are redirected to a non-tty, pledge(2) will kill ncurses applications, e.g.:
Avoid gendered language in man pages when not referring to a specific person. Rewrite or use singular they.
playing is a var in main() not a global, remove extern
-m option for muggins better user input parsing man page tidying and syncing of rules to Hoyle's typo and context correction in "Hoyle's" transcription
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
As per style(9), remove remaining lint-style comments from games/
Fix input handling wrt redrawing. The new version of curses does not like shortcutting switching windows, especially if you're also using libc for i/o. Reported by Don Wilburn; ok jsg@