summaryrefslogtreecommitdiffstats
path: root/tetris/input.c
Commit message (Collapse)AuthorAgeFilesLines
* ANSIfy function declarations.dholland2009-05-251-5/+4
| | | | | Some object file diffs, but they are harmless. (Mostly they seem to come from internal counters in gcc... and in one case the order of two instructions was harmlessly swapped, which is odd and annoying.)
* Coverity CID 868: Fix possible NULL deref (after INFTIM passes :-)christos2006-03-191-3/+5
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Correct some comments and error messages that still talked about "select".kristerw2002-12-291-10/+5
| | | Solves the last part of PR 18905.
* Fix a bug in rwait() introduced during the select() to poll() conversionjmmv2002-12-261-5/+6
| | | that caused tetris to crash when pausing the game. Approved by tron.
* select() -> poll()mycroft2002-09-191-4/+6
|
* de-registerwiz2002-06-021-2/+2
|
* Add previewing of next shape. Old (previous) behaviour can behubertf1999-01-031-15/+1
| | | restored by compiling with NO_PREVIEW defined.
* Removed "extern int errno"; Added #include <errno.h> if not already present.jtc1996-02-061-2/+1
|
* NetBSD RCS Idscgd1995-04-221-0/+2
|
* ascii tetris!cgd1994-05-061-0/+180