Name Date Size #Lines LOC

..--

demos/H25-Apr-2025-4,7063,502

doc/H25-Apr-2025-1,5621,312

dos/H25-Apr-2025-2,5451,806

os2/H25-Apr-2025-2,1531,532

pdcurses/H25-Apr-2025-11,1726,132

sdl1/H25-Apr-2025-1,9981,443

win32/H25-Apr-2025-2,8941,956

x11/H25-Apr-2025-6,3034,354

HISTORYH A D25-Apr-202571.6 KiB1,9261,346

IMPLEMNTH A D25-Apr-202512.3 KiB326232

Makefile.inH A D25-Apr-20253.7 KiB10990

PDCurses.specH A D25-Apr-20251.1 KiB5341

READMEH A D25-Apr-20251.3 KiB4931

aclocal.m4H A D25-Apr-202516.1 KiB614567

config.h.inH A D25-Apr-20253.4 KiB13489

configure.acH A D25-Apr-20256.4 KiB286243

curses.hH A D25-Apr-202548.8 KiB1,3791,082

curspriv.hH A D25-Apr-20253.9 KiB143101

exp-base.defH A D25-Apr-20253.5 KiB375374

exp-wide.defH A D25-Apr-2025949 9190

install-shH A D25-Apr-20256.4 KiB254153

libobjs.mifH A D25-Apr-20251.1 KiB2721

makedist.mifH A D25-Apr-2025727 2119

panel.hH A D25-Apr-20251.5 KiB5943

term.hH A D25-Apr-20251.5 KiB5841

version.mifH A D25-Apr-202576 53

watcom.mifH A D25-Apr-20251.5 KiB6044

README

1Welcome to PDCurses!
2====================
3
4Public Domain Curses, aka PDCurses, is an implementation of X/Open
5curses for multiple platforms. The latest version can be found at:
6
7   http://pdcurses.sourceforge.net/
8
9For changes, see the HISTORY file.
10
11
12Legal Stuff
13-----------
14
15The core package is in the public domain, but small portions of PDCurses
16are subject to copyright under various licenses.  Each directory
17contains a README file, with a section titled "Distribution Status"
18which describes the status of the files in that directory.
19
20If you use PDCurses in an application, an acknowledgement would be
21appreciated, but is not mandatory. If you make corrections or
22enhancements to PDCurses, please forward them to the current maintainer
23for the benefit of other users.
24
25This software is provided AS IS with NO WARRANTY whatsoever.
26
27
28Ports
29-----
30
31PDCurses has been ported to DOS, OS/2, Win32, X11 and SDL. A directory
32containing the port-specific source files exists for each of these
33platforms. Build instructions are in the README file for each platform.
34
35
36Distribution Status
37-------------------
38
39All files in this directory except configure, config.guess and
40config.sub are released to the Public Domain. config.guess and
41config.sub are under the GPL; configure is under a free license
42described within it.
43
44
45Maintainer
46----------
47
48William McBrine <[email protected]>
49