freebsd-dev/lib/libncurses/TESTS
Jordan K. Hubbard fb59d6ab65 __386BSD__ -> __FreeBSD__
I know that many of these entries are bogus and need to be revisited,
but let's get the tree working again for now and then do a pass through
looking at all the __FreeBSD__ entries, shall we?
1994-11-04 02:14:13 +00:00
..
battle.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
bs.6 Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
bs.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
copy.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
corner.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
ensor.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
firework.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
gdc.6 Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
gdc.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
getch.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
hanoi.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
knight.c __386BSD__ -> __FreeBSD__ 1994-11-04 02:14:13 +00:00
Makefile Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
ncurses.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
newdemo.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
over.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
rain.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
README Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
scroll2.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
scroll3.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
scroll.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
test.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
testcurs.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
worm.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00
xmas.c Moved from ports with several enhancements 1994-10-07 08:58:58 +00:00

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

asc.c - tests the line drawing functions
attr.c - display attributes available on the terminal
bs.c - the game of battleship
battle.c - older version of battleship with different interface
caps.c - output a list of all capabilites to stderr (redirect to a file
	or it will screw up the terminal)
copy.c - test overlay
gdc.c - Great Digital Clock, gives an example of usng color
getch.c - tests ketpad() and getch()
hanoi.c - the game of hanoi, also an example of using color
knight.c - the game of Knight's Tour
rain.c - rain drops are falling on my head..
scroll.c - test scrolling region
slk.c - test soft labels
worm.c - worms run all over your screen
firework.c - multi-colored fireworks
newdemo.c - a demo from the PDCurses people
testcurs.c - a test from the PDCurses people
	This will fail to link on machines that don't have vsscanf().