summaryrefslogtreecommitdiffstats
path: root/atc/graphics.c
Commit message (Expand)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-4/+4
* Move game logic out of the file with the curses code.dholland2015-06-251-54/+23
* Abolish the foul practice of including every header in existence via adholland2015-06-191-3/+12
* woops, more of previous.dholland2014-03-221-5/+5
* Make some things unsigned that should be (why would we need e.g. adholland2014-03-221-12/+13
* sprinkle staticdholland2009-08-121-4/+6
* if initscr() fails, exit with a message rather than crash in thedrochner2008-08-081-3/+4
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
* bracket else blockjnemeth2006-06-071-3/+4
* Pass lint(1).rpaulo2005-08-101-125/+127
* KNF and WARNS=3 fixesjmc2005-07-011-33/+20
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* Compare getchar() against EOF, not -1.jsm1999-09-101-3/+3
* In atc(6), the function getAChar() has BSD and SYSV variants to dealhubertf1999-07-281-8/+7
* This patch marks unused parameters in atc(6) as such.hubertf1999-07-251-3/+3
* This patch makes atc(6) check for memory allocation failure.hubertf1999-07-241-4/+8
* constify, per PR 6150 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-11-101-9/+10
* WARNSifylukem1997-10-101-11/+28
* clean up importcgd1995-03-211-4/+9
* Add RCS identifiers.mycroft1993-08-011-1/+2
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+418