ncursesw-morphos/test
Thomas E. Dickey b1f61d9f3a ncurses 5.1
2000-07-08 22:46:08 -04:00
..
blue.c ncurses 5.0 1999-10-24 00:32:42 -04:00
bs.6
bs.c ncurses 5.0 1999-10-24 00:32:42 -04:00
cardfile.c ncurses 5.1 2000-07-08 22:46:08 -04:00
cardfile.dat ncurses 5.0 1999-10-24 00:32:42 -04:00
configure ncurses 5.1 2000-07-08 22:46:08 -04:00
configure.in ncurses 5.1 2000-07-08 22:46:08 -04:00
ditto.c ncurses 5.0 1999-10-24 00:32:42 -04:00
dots.c ncurses 5.1 2000-07-08 22:46:08 -04:00
filter.c ncurses 5.1 2000-07-08 22:46:08 -04:00
firework.c ncurses 5.1 2000-07-08 22:46:08 -04:00
firstlast.c ncurses 4.2 1998-02-28 23:21:12 -05:00
gdc.6
gdc.c ncurses 5.1 2000-07-08 22:46:08 -04:00
hanoi.c ncurses 5.1 2000-07-08 22:46:08 -04:00
hashtest.c ncurses 5.0 1999-10-24 00:32:42 -04:00
keynames.c ncurses 5.0 1999-10-24 00:32:42 -04:00
knight.c ncurses 5.1 2000-07-08 22:46:08 -04:00
lrtest.c ncurses 5.0 1999-10-24 00:32:42 -04:00
Makefile.in ncurses 5.1 2000-07-08 22:46:08 -04:00
modules ncurses 5.1 2000-07-08 22:46:08 -04:00
ncurses_tst.hin ncurses 4.2 1998-02-28 23:21:12 -05:00
ncurses.c ncurses 5.1 2000-07-08 22:46:08 -04:00
newdemo.c ncurses 4.2 1998-02-28 23:21:12 -05:00
railroad.c ncurses 5.1 2000-07-08 22:46:08 -04:00
rain.c ncurses 5.1 2000-07-08 22:46:08 -04:00
README
tclock.c ncurses 5.1 2000-07-08 22:46:08 -04:00
test.priv.h ncurses 5.1 2000-07-08 22:46:08 -04:00
testaddch.c ncurses 4.2 1998-02-28 23:21:12 -05:00
testcurs.c ncurses 5.1 2000-07-08 22:46:08 -04:00
testscanw.c ncurses 4.2 1998-02-28 23:21:12 -05:00
tracemunch
view.c ncurses 5.1 2000-07-08 22:46:08 -04:00
worm.c ncurses 5.1 2000-07-08 22:46:08 -04:00
xmas.c ncurses 5.1 2000-07-08 22:46:08 -04: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