summaryrefslogtreecommitdiffstats
path: root/games/tetris/screen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* According to termcap(3), char PC, *BC, *UP need to be extern. Fixes antb2017-04-161-2/+2
* Clean up gcc -Wshadow warnings: 'numnames' is public in <term.h>.tb2016-06-101-2/+1
* More cleanup and sorting on header sectionmestre2016-01-041-2/+1
* we do not use pcc on the vaxderaadt2014-12-071-5/+1
* Hide the cursor during game. From NetBSD.dcoppa2011-04-031-2/+10
* Replace magic numbers with sizeof(array).ray2006-04-201-2/+2
* more ansi; khalek@linuxgamers.netderaadt2004-07-101-17/+11
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
* give it some healthy dosage of vitamin constmickey2002-07-261-3/+3
* add classic mode, closer to the way tetris felt a couple decades ago; pjanzen@ okmickey2002-07-261-4/+6
* de-registerpjanzen2002-05-311-8/+8
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-5/+5
* Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.millert2001-09-041-5/+1
* No need to know anything about ospeed.pjanzen2001-02-131-3/+1
* Many fixes, most either from or based on NetBSD changes:pjanzen1999-03-221-5/+44
* Fix a display bug that popped up in the termcap/curses switchover.pjanzen1999-01-081-2/+2
* NetBSD changes and a few obvious fixespjanzen1998-09-241-37/+31
* initial import of NetBSD treederaadt1995-10-181-0/+474