summaryrefslogtreecommitdiffstats
path: root/gomoku/bdisp.c
Commit message (Expand)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-3/+3
* move extern decls to .h filesdholland2014-03-221-5/+2
* Fix conflicting variable definitionsmatt2012-02-181-3/+3
* Some improvements to the new UI.dholland2010-03-291-3/+23
* Better user interface. From OpenBSD, written by Paul Janzen quite adholland2010-03-291-20/+183
* Don't exit(0) on failure. Use errx() instead of fprintf.dholland2010-03-291-4/+4
* Rename internal getline() function to get_line() so it doesroy2009-07-131-3/+3
* Increase spending on vowels. No object file diffs.dholland2009-06-041-6/+6
* ANSIfy function declarations.xdholland2009-06-041-17/+11
* if initscr() fails, exit with a message rather than crash in thedrochner2008-08-081-3/+7
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* fix nested externschristos2001-02-051-4/+5
* Add use of `const' where appropriate to the games.jsm1999-09-081-7/+5
* WARNSifylukem1997-10-101-12/+23
* fix NetBSD RCS ID headerscgd1997-01-031-3/+3
* include string.h and stdlib.h for prototypes, as appropriatecgd1997-01-031-2/+3
* add gomoku game, from 4.4BSD-Lite2tls1996-12-281-0/+6
* Import of 4.4BSD-Lite2 sourcetls1996-12-281-0/+275