coreboot-kgpe-d16/payloads/libpayload/curses/PDCurses-3.4/demos
Stefan Reinauer e11835e299 libpayload: remove trailing whitespace and run dos2unix
Change-Id: Iffed3602456f5306711c65f06c873c58d4086e11
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/363
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
2011-11-01 19:08:23 +01:00
..
README libpayload: Add PDCurses and ncurses' libform/libmenu 2011-08-04 08:10:41 +02:00
firework.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
newdemo.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
ptest.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
rain.c libpayload: Add PDCurses and ncurses' libform/libmenu 2011-08-04 08:10:41 +02:00
testcurs.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
tui.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
tui.h libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
tuidemo.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
worm.c libpayload: Add PDCurses and ncurses' libform/libmenu 2011-08-04 08:10:41 +02:00
xmas.c libpayload: Add PDCurses and ncurses' libform/libmenu 2011-08-04 08:10:41 +02:00

README

PDCurses Demos
==============

This directory contains demonstration programs to show and test the 
capabilities of curses libraries. Some of them predate PDCurses, 
PCcurses or even pcurses/ncurses. Although some PDCurses-specific code 
has been added, all programs remain portable to other implementations 
(at a minimum, to ncurses).


Building
--------

The demos are built by the platform-specific makefiles, in the platform 
directories. Alternatively, you can build them manually, individually, 
and link with any curses library; e.g., "cc -lcurses -orain rain.c". 
There are no dependencies besides curses and the standard C library, and 
no configuration is needed.


Distribution Status
-------------------

Public Domain, except for rain.c and worm.c, which are under the ncurses 
license (MIT-like).