summaryrefslogtreecommitdiffstats
path: root/gomoku/bdisp.c
Commit message (Collapse)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
| | | long time ago. A few minor adjustments by yours truly.
* 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
| | | conflict with the soon to be added getline(3) libc function.
* 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
| | | next curses call
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* fix nested externschristos2001-02-051-4/+5
|
* Add use of `const' where appropriate to the games.jsm1999-09-081-7/+5
| | | | | | | | | This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Some such changes were previously covered in PRs bin/6041, bin/6146, bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994, bin/8039, bin/8057 and bin/8093.
* 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