• Home
Name Date Size #Lines LOC

..--

READMED04-Jul-2025803 2618

firework.cD04-Jul-20253 KiB149119

newdemo.cD04-Jul-20258.9 KiB426299

ptest.cD04-Jul-20255.3 KiB286222

rain.cD04-Jul-20254.6 KiB160105

testcurs.cD04-Jul-202526.4 KiB1,145920

tui.cD04-Jul-202517.9 KiB819626

tui.hD04-Jul-20251.6 KiB6842

tuidemo.cD04-Jul-20254.8 KiB234160

worm.cD04-Jul-202512 KiB435313

xmas.cD04-Jul-202523.1 KiB958678

README

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