freebsd_amp_hwpstate/lib/libncurses/TESTS
Peter Wemm a5b996a7ec recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
..
Makefile Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
README
battle.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
copy.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
corner.c
ensor.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
firework.c
getch.c
hanoi.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
knight.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
ncurses.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
newdemo.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
over.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
rain.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
scroll.c
scroll2.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
scroll3.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
test.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
testcurs.c
worm.c
xmas.c

README

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