summaryrefslogtreecommitdiffstats
path: root/worms/worms.c
Commit message (Collapse)AuthorAgeFilesLines
* worms(6): Use a reasonable default delay for non-1980s terminals.nia2020-10-141-3/+3
| | | This is still fast, but not unreasonably fast.
* WARNS=5, and make WARNS=5 the default for src/games.dholland2012-06-191-8/+5
|
* NULL does not need a castplunky2011-08-311-3/+3
|
* sprinkle staticdholland2009-08-121-7/+7
|
* if initscr() fails, exit with a message rather than crash in thedrochner2008-08-081-3/+4
| | | next curses call
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
|
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-4/+4
|
* Don't try to catch SIGSTOP...christos2004-09-121-3/+2
|
* Properly handle -d 1000, OK'd by jsmhubertf2004-03-291-3/+8
|
* Hide the cursor if possible. From OpenBSD.jsm2004-02-081-2/+3
|
* Remove uses of __P.jsm2004-01-271-5/+5
|
* 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.
* This patch converts worms(6) to use curses, therebyhubertf1999-07-301-159/+48
| | | | | | | | simplifying the code and improving its portability. It also adds a delay option from OpenBSD, to allow reasonable speed display on fast terminals, adds use of const, and fixes signal handling and use of errx() where appropriate. Patch supplied in PR 6661 by Joseph Myers <jsm28@cam.ac.uk>.
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-4/+4
|
* WARNSifylukem1997-10-121-17/+22
|
* fix window size update code.cgd1995-04-221-2/+8
|
* un-munge import; it apparently didn't import properly.cgd1995-04-221-26/+26
|
* rough cleanup of import. RCS Idscgd1995-04-221-26/+38
|
* Make man page and usage message agree with the code.jtc1995-01-311-2/+2
| | | Fix from Hubert Feyrer.
* Clean this up a little, and use TOCGWINSW.mycroft1994-04-051-54/+45
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* Cleanup for GCC 2.mycroft1993-04-181-1/+4
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+444