4 This directory contains demonstration programs to show and test the
5 capabilities of curses libraries. Some of them predate PDCurses,
6 PCcurses or even pcurses/ncurses. Although some PDCurses-specific code
7 has been added, all programs remain portable to other implementations
8 (at a minimum, to ncurses).
14 The demos are built by the platform-specific makefiles, in the platform
15 directories. Alternatively, you can build them manually, individually,
16 and link with any curses library; e.g., "cc -lcurses -orain rain.c".
17 There are no dependencies besides curses and the standard C library, and
18 no configuration is needed.
24 Public Domain, except for rain.c and worm.c, which are under the ncurses