summaryrefslogtreecommitdiff
path: root/games/tetris/input.c
AgeCommit message (Collapse)Author
2002-07-26put to the -Wall an unused variableMichael Shalayeff
2002-05-31de-registerPaul Janzen
2001-09-27missing headerTheo de Raadt
2001-09-05use select() betterTheo de Raadt
2001-02-04Long usernames. This really messes up the scoreboard printout, so changePaul Janzen
it from two columns to one column with leaders printed every third score to guide the eye across the vast whitespace that's left with the traditional 8-char usernames.
1999-03-22Many fixes, most either from or based on NetBSD changes:Paul Janzen
get rid of unused function improve output format allow previewing of next piece randomize initial rotation angle of falling blocks.
1998-09-24NetBSD changes and a few obvious fixesPaul Janzen
1996-02-17From netbsd:Niklas Hallqvist
Removed "extern int errno"; Added #include <errno.h> if not already present.
1995-10-18initial import of NetBSD treeTheo de Raadt