freebsd-dev/contrib/ncurses/test
2002-06-20 19:42:51 +00:00
..
blue.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
bs.6 Import unmodified (but trimmed) ncurses 5.0 prerelease 990821. 1999-08-24 01:06:48 +00:00
bs.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
cardfile.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
cardfile.dat Import unmodified (but trimmed) ncurses 5.0 prerelease 990821. 1999-08-24 01:06:48 +00:00
configure Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
configure.in Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
ditto.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
dots.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
filter.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
firework.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
firstlast.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
gdc.6 Import unmodified (but trimmed) ncurses 5.0 prerelease 990821. 1999-08-24 01:06:48 +00:00
gdc.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
hanoi.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
hashtest.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
keynames.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
knight.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
lrtest.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
Makefile.in Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
modules Import the most recent ncurses 5.1 prerelease (20000701). 2000-07-03 09:24:12 +00:00
ncurses_tst.hin Import unmodified (but trimmed) ncurses 5.0 prerelease 990821. 1999-08-24 01:06:48 +00:00
ncurses.c Import ncurses 5.2-20020615 to fix a first-column display bug. 2002-06-20 19:42:51 +00:00
newdemo.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
railroad.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
rain.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
README Import unmodified (but trimmed) ncurses 5.0 prerelease 990821. 1999-08-24 01:06:48 +00:00
tclock.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
test.priv.h Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
testaddch.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
testcurs.c Import ncurses 5.2-20020615 to fix a first-column display bug. 2002-06-20 19:42:51 +00:00
testscanw.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
tracemunch Import unmodified (but trimmed) ncurses 5.0 prerelease 990821. 1999-08-24 01:06:48 +00:00
view.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
worm.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00
xmas.c Import ncurses-5.2-20020518 onto the vendor branch. 2002-05-21 05:30:25 +00:00

The programs in this directory are designed to test your newest toy :-)
Check the sources for any further details.

blue       - Blue Moon, a nifty solitaire (uses color)
bs.c       - the game of Battleships (uses color)
firework.c - multi-colored fireworks (uses color)
gdc.c      - Great Digital Clock (uses color)
hanoi.c    - the game of hanoi (uses color essentially)
knight.c   - the game of Knight's Tour (uses color)
lrtest.c   - test of access to the lower-right corner
ncurses.c  - multi-test program (uses color)
newdemo.c  - another test from PDCurses (uses color)
rain.c     - rain drops keep falling on my head...
tclock.c   - analog/digital clock
testcurs.c - a test from the PDCurses people (uses color)
worm.c     - worms run all over your screen (uses color)
xmas.c     - Xmas greeting card

The bs and knight games demonstrate processing of mouse events under xterm.
This directory also contains:

tracemunch - Perl script to crunch trace scripts to make them easier to read