• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D09-Mar-2019837 2618

firework.cH A D09-Mar-20193.1 KiB145117

newdemo.cH A D09-Mar-20199.3 KiB424299

newtest.cH A D09-Mar-201918.6 KiB547454

ptest.cH A D09-Mar-20195.5 KiB284222

rain.cH A D09-Mar-20194.7 KiB158105

testcurs.cH A D09-Mar-201942.3 KiB1,5301,294

tui.cH A D09-Mar-201919.4 KiB867672

tui.hH A D09-Mar-20191.6 KiB6642

tuidemo.cH A D09-Mar-20195.2 KiB238166

version.cH A D09-Mar-20192.5 KiB6238

worm.cH A D09-Mar-201912.3 KiB433313

xmas.cH A D09-Mar-201924 KiB956678

README.md

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