nuttx-apps/graphics/pdcurs34
Fotis Panagiotopoulos bc5d8034f1 Typo fixes.
2022-01-06 10:30:41 +08:00
..
include Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
nuttx Typo fixes. 2022-01-06 10:30:41 +08:00
pdcurses apps: remove space befone newline in logs 2021-12-27 20:52:08 -06:00
HISTORY Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -06:00
IMPLEMNT Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -06:00
Kconfig Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -06:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
README.md Rewritten READMEs to Markdown 2020-07-25 01:01:51 -07:00
version.mif apps/graphics/pdcurs34: This commit brings the basic public domain pdcurses library into NuttX. This library is complete but not yet usuable because it still requires the NuttX interfacing code needed hook pdcurses into the NuttX graphics drivers. Also test cases are needed to verify the pdcurses integration. 2017-11-17 13:12:59 -06:00

Graphics / pdcurs34 PDCurses

Welcome to PDCurses!

Public Domain Curses, aka PDCurses, is an implementation of X/Open curses for multiple platforms. The latest version can be found at:

pdcurses.sourceforge.net

For changes, see the HISTORY file.

The core package is in the public domain, but small portions of PDCurses are subject to copyright under various licenses. Each directory contains a README file, with a section titled Distribution Status which describes the status of the files in that directory.

If you use PDCurses in an application, an acknowledgement would be appreciated, but is not mandatory. If you make corrections or enhancements to PDCurses, please forward them to the current maintainer for the benefit of other users.

This software is provided AS IS with NO WARRANTY whatsoever.

Ports

PDCurses has been ported to DOS, OS/2, Win32, X11 and SDL. A directory containing the port-specific source files exists for each of these platforms. Build instructions are in the README file for each platform.

Distribution Status

All files in this directory except configure, config.guess and config.sub are released to the Public Domain. config.guess and config.sub are under the GPL; configure is under a free license described within it.

Maintainer

William McBrine wmcbrine@users.sf.net