summaryrefslogtreecommitdiff
path: root/games/tetris/screen.c
AgeCommit message (Expand)Author
2021-05-02games: remove trailing whitespace in *.c and *.hrillig
2017-03-20elide compiler stupidity.christos
2016-03-03Center game board on screen. OK from christos@.nat
2015-11-06PR/50411: Rin Okuyama: fix two bugs:christos
2015-07-07Fixes color scheme white on black and black on white.nat
2014-07-13Provide an option to restore traditional black-and-white mode.pgoyette
2014-06-11Add a little color. In order to minimize logic differences, keep 0 as thechristos
2011-10-03Use tiparm instead of vtparm.roy
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-12-19Hide the cursor during the game.ahoka
2009-08-12sprinkle staticdholland
2009-05-25ANSIfy function declarations.dholland
2008-01-28Build with WARNS=4. (All fixes are cosmetic, except that it's definitelydholland
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-12-15include sys/cdefs.h so that __attribute__ can be fixed laterperry
2004-01-27Remove uses of __P.jsm
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-06-02de-registerwiz
2001-11-02Update to the new t_agetstr() API.christos
2000-05-24Fix core dump.blymn
2000-05-22Converted games to use the new termcap interface.blymn
1999-10-04update after change to return value of tputs() third argumentlukem
1999-09-08Add `__noreturn__' and `__unused__' attributes where appropriate tojsm
1999-09-08Add use of `const' where appropriate to the games.jsm
1999-08-14Adapt to change of "termcap.h".tron
1999-01-03only show preview if the -p option is givenhubertf
1999-01-03Add previewing of next shape. Old (previous) behaviour can behubertf
1998-08-10bzero->memsetperry
1997-10-14use <termcap.h>lukem
1997-10-12minor WARNSifylukem
1995-04-29Fix usages of ospeed.mycroft
1995-04-28Use POSIX signal and tty semantics.mycroft
1995-04-22NetBSD RCS Idscgd
1994-05-06ascii tetris!cgd