summaryrefslogtreecommitdiffstats
path: root/sail/pl_7.c
Commit message (Expand)AuthorAgeFilesLines
* Use __dead and __printflike instead of __attribute__.dholland2011-08-261-4/+4
* add printf attributes.christos2011-08-251-4/+4
* Rework the game startup so it uses curses nicely. There are now menusdholland2010-08-061-6/+882
* Don't define esc-[ as a custom key sequence because it steps on vtdholland2010-08-061-3/+5
* sprinkle staticdholland2009-08-121-4/+4
* Simplify previous; suggested by Paul Goyettedholland2009-03-151-4/+4
* Fix sign-compare problem that crept in due to working from an old tree.dholland2009-03-151-3/+4
* Rework curses handling.dholland2009-03-151-68/+245
* Move newturn() from pl_7 to pl_2.dholland2009-03-151-61/+27
* Move all curses bits to pl_7.c.dholland2009-03-151-10/+53
* Create some abstraction for sending messages.dholland2009-03-141-6/+6
* Use \a instead of \7 for BEL.dholland2009-03-141-4/+4
* Lines <= 80 chars, remove trailing whitespace, other formatting adjustments.dholland2009-03-141-5/+5
* Use errx() to send fatal error messages. From OpenBSD.dholland2009-03-021-4/+4
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* Changed deprecated curses call to new equivalent.blymn2001-12-061-3/+3
* va_{start,end} audit:wiz2001-09-241-4/+4
* remove redundant decls.christos2001-02-051-23/+2
* include stdlib.h for prototypes (typically for exit()).cgd2001-01-161-2/+3
* need string.h for prototype (checked with alpha)itojun2001-01-041-2/+3
* Various stylistic nits.jwise2001-01-041-7/+9
* Break out curses display-related globals into a new header file, so thatjwise2001-01-041-2/+5
* More rationalization of include files:jwise2001-01-041-2/+3
* Rationalize inclusion of header files: cut down on `include everythingjwise2001-01-041-9/+4
* Second half of static-ization of local funcs.jwise2001-01-041-8/+28
* ANSIfy in preparation for further work.jwise2001-01-011-166/+133
* More include additions for exit, abs, strcmp, etc.matt2000-07-031-2/+3
* Don't initialise curses until after the initial non-curses setup (thejsm2000-01-311-2/+6
* Use separate definitions and extern declarations of variables ratherjsm1999-12-281-2/+18
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+3
* Add use of `const' where appropriate to the games.jsm1999-09-081-12/+12
* The game sail(6) has a function Write() which is used both withhubertf1999-02-101-6/+6
* Add braces to make the new egcs happy.veego1998-08-301-4/+6
* - make sure that the arguments to the printf like functions are correctchristos1997-10-131-11/+6
* Warns fixes:christos1997-10-131-20/+89
* clean up import, NetBSD RCS IDscgd1995-04-221-4/+11
* new cursescgd1993-11-101-18/+1
* Use '\a', not CTRL('g').mycroft1993-08-101-2/+2
* Pass the signal number to tstp().mycroft1993-08-101-2/+2
* Add RCS identifiers.mycroft1993-08-011-1/+2
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+481