drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git] / payloads / libpayload / curses / PDCurses / demos / README
blob4df6584098f0761947c307335ebf007146bd1c9a
1 PDCurses Demos
2 ==============
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).
11 Building
12 --------
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.
21 Distribution Status
22 -------------------
24 Public Domain, except for rain.c and worm.c, which are under the ncurses
25 license (MIT-like).