ncursesw-morphos/test
Thomas E. Dickey 661078ddbd ncurses 4.2
1998-02-28 23:21:12 -05:00
..
blue.c ncurses 4.1 1997-05-14 23:00:00 -05:00
bs.6 ncurses 4.1 1997-05-14 23:00:00 -05:00
bs.c ncurses 4.2 1998-02-28 23:21:12 -05:00
configure.in ncurses 4.2 1998-02-28 23:21:12 -05:00
firework.c ncurses 4.2 1998-02-28 23:21:12 -05:00
firstlast.c ncurses 4.2 1998-02-28 23:21:12 -05:00
gdc.6 ncurses 4.1 1997-05-14 23:00:00 -05:00
gdc.c ncurses 4.2 1998-02-28 23:21:12 -05:00
hanoi.c ncurses 4.2 1998-02-28 23:21:12 -05:00
hashtest.c ncurses 4.2 1998-02-28 23:21:12 -05:00
keynames.c ncurses 4.2 1998-02-28 23:21:12 -05:00
knight.c ncurses 4.2 1998-02-28 23:21:12 -05:00
lrtest.c ncurses 4.2 1998-02-28 23:21:12 -05:00
Makefile.in ncurses 4.2 1998-02-28 23:21:12 -05:00
modules ncurses 4.2 1998-02-28 23:21:12 -05:00
ncurses_tst.hin ncurses 4.2 1998-02-28 23:21:12 -05:00
ncurses.c ncurses 4.2 1998-02-28 23:21:12 -05:00
newdemo.c ncurses 4.2 1998-02-28 23:21:12 -05:00
rain.c ncurses 4.2 1998-02-28 23:21:12 -05:00
README ncurses 4.1 1997-05-14 23:00:00 -05:00
tclock.c ncurses 4.2 1998-02-28 23:21:12 -05:00
test.priv.h ncurses 4.2 1998-02-28 23:21:12 -05:00
testaddch.c ncurses 4.2 1998-02-28 23:21:12 -05:00
testcurs.c ncurses 4.2 1998-02-28 23:21:12 -05:00
testscanw.c ncurses 4.2 1998-02-28 23:21:12 -05:00
tracemunch ncurses 4.1 1997-05-14 23:00:00 -05:00
view.c ncurses 4.2 1998-02-28 23:21:12 -05:00
worm.c ncurses 4.2 1998-02-28 23:21:12 -05:00
xmas.c ncurses 4.2 1998-02-28 23:21:12 -05: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