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